Checking array’s key
It is possible to use array_key_exists function to check if the array’s key present or not.
It is also possible to check if the value of the array’s key present by using isset method.
To check wether value of the element is empty or not, it is possible to use empty method.
Comments
Post a Comment