Category
Q. in_array()
 
 


Answer :
in_array() By this function we can check particular element exists in the array or not
Posted By : moderator
Example -

$arr = array("a", "b", "c", "d");
if (in_array("d", $arr)) {
echo "d";
}
Posted By : moderator
Post Answer :  
Answer * :
Are You? Already Member New User
   
User Name / Email * :
Password * :
Security Code * :

(Enter security code above shown on image)