Show Output
Find the Index of a Value in an Array in PHP
"; // Prints: 0 echo array_search("blue", $colors); // Prints: 2 ?>