Mostrar lista de opciones

is_array()

« ip2long | is_bool »
<?php
$bool 
is_array (
    
  // mixed $var
);
?>
Resultado
$bool = true
Ejemplos
#1 is_array  ([=> "this"=> "is"=> "an array"])
#2 is_array  ("this is a string")
Ver también
is_float, is_int, is_string