seahorse123
Programmer
In php file I have a value for example $a=40, and an array $a[]=[10,20,30,40]
is there a function to find if this variable is one of the element of the array? thanks.
is there a function to find if this variable is one of the element of the array? thanks.