★ wanayoo — archive 1999 http://www.php.net/manual/fr/function.gettype.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to Fonctions sur les variables
Quick Reference
English version of this pageGerman version of this pageJapanese version of this pageItalian version of this pageHungarian version of this page
Fonctions sur les variables
* doubleval
* empty
* gettype
* intval
* is_array
* is_double
* is_float
* is_int
* is_integer
* is_long
* is_object
* is_real
* is_string
* isset
* print_r
* settype
* strval
* unset
* var_dump
Manual: gettype
View the source code for this pageSearch the site



Previous page
 empty
 Updated
Sun, 06 Aug 2000
intval 
Next page


gettype

(PHP3 , PHP4 )

gettype -- Retourne le type de la variable.

Description

string gettype (mixed var)

Retourne le type de la variable PHP var.

Les chaînes de caractères que peut retourner la fonction sont les suivantes :

  • "integer"

  • "double"

  • "string"

  • "array"

  • "object"

  • "unknown type"

Voir aussi settype().


 About Notes


Previous page
 empty
 Updated
Sun, 06 Aug 2000
intval 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
United States
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.