is_object <<< |
is_real | is_resource >>> |
7.106 Variables 7 Index des fonctions Manuel PHP . Introduction . Pré-requis . Installation . Configuration à l'exécution . Types de ressources . Constantes prédefinies . 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 |
7.106.26 is_real()Détermine si une variable est de type real[ Exemples avec is_real ] PHP 3, PHP 4 bool is_real ( mixed var )Cette fonction est un alias de la fonction is_double . Voir aussi is_bool , is_long , is_int , is_integer , is_float , is_double , is_object , is_string , et is_array . |
<< | is_real | >> |
is_object | Variables | is_resource |