Show Output
Strict Search a Value in an Array in PHP
"; // Prints: 2 echo array_search(5, $numbers, true); // Prints: 5 ?>