array_search():
- Using this method we can search for an element in an array. If element founds, this method will return the position of the element
in_array():
- Using this method we can check for an element in an array. If element founds, this methods will return true ( 1 )