Obtenir le type d’une instance ou d’une variable avec ‘gettype( )’ May 19, 2012 Author: user {filelink=15050} <?php class Personne { } $elem = new Personne( ); echo gettype($elem); $x=15; echo gettype($x); ?> Categories: Uncategorized