Checking if a variable is an array

It is possible to check either a variable in PHP is an array or not. This is done by using is_array method.

Result of this function will be true, if a variable is an array and false if it is not.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator