empty <<< |
floatval | get_defined_vars >>> |
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.10 floatval()Convertit une chaîne en nombre à virgule flottante[ Exemples avec floatval ] PHP 4 >= 4.2.0, PHP 5 float floatval ( mixed var )floatval retourne la valeur de type float (nombre à virgule flottante), extraite à partir du paramètre var .
La valeur flottante de la variable donnée.
|
<< | floatval | >> |
empty | Fonctions de gestion des variables | get_defined_vars |