What will be the output of the following PHP code?
<?php
$Student = array ("Saroj", "Kishore", "Sameer",
"Raju");
echo (array_search ("Kishore", $Student) );
?> , 1) 0,2) 1, 3) 2, 4) 3, "> What will be the output of the following PHP code?
<?php
$Student = array ("Saroj", "Kishore", "Sameer",
"Raju");
echo (array_search ("Kishore", $Student) );
?> "/> What will be the output of the following PHP code?
<?php
$Student = array ("Saroj", "Kishore", "Sameer",
"Raju");
echo (array_search ("Kishore", $Student) );
?> , 0, 1, 2, 3, "/>