NET
KUUP
SCIENCE & ENGINEERING
Search
Login
Language
(coming soon)
Check if variable is an array
PHP
>
Check if is array
>
isArray() method
Description
Finds whether a variable is an array
$arr = array('this', 'is', 'an array'); $val = is_array( $arr ); // true
API
is_array
SEE ALSO
CodeIgniter :: Insert statement
SPARQL :: List all graphs
Doctrine 2 ORM :: String Datatype
JavaScript :: Format number to use thousands separator
Doctrine 2 ORM :: Time Datatype