Checking if PHP variable is an array

It is possible to check if a PHP variable is an array or not. To perform this operation is_array method needs to be used.

If PHP variable is an array then this function will return true, and it return false if it is not an array.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator