intval <<< |
is_array | is_bool >>> |
6.38 Fonctions de gestion des variables 6 Référence des fonctions Manuel PHP . Introduction . Pré-requis . Installation . Configuration à l'exécution . Types de ressources . Constantes pré-définies . debug_zval_dump . doubleval . empty . floatval . get_defined_vars . get_resource_type . gettype . import_request_variables . intval ->is_array . is_bool . is_callable . is_double . is_float . is_int . is_integer . is_long . is_null . is_numeric . is_object . is_real . is_resource . is_scalar . is_string . isset . print_r . serialize . settype . strval . unserialize . unset . var_dump . var_export |
6.38.16 is_array()Détermine si une variable est un tableau[ Exemples avec is_array ] PHP 3, PHP 4, PHP 5 bool is_array ( mixed var )is_array détermine si la variable donnée est un tableau.
Retourne TRUE si var est un array , FALSE sinon.
|
<< | is_array | >> |
intval | Fonctions de gestion des variables | is_bool |