<?php interface Personnes { function getPoints(); function setPoints($x, $y); } class Forme_GEO
<?php $inconnu = "abcd125"; echo gettype ($inconnu) . "<br />"; if (is_string ($inconnu
<?php $inconnu = 2011; echo gettype ($inconnu) . "<br />"; if (is_int ($inconnu)){ $inco
<?php class Employe{} class Dirigeant{} if ($status == 1) { $personnel = new
<?php class voiture { var $parebrises; var $roues; function voiture($parebrises, $rou
<?php class Animal { var $nom; var $race; function setNom($nom){ $this->nom=$nom
<?php $item = 153; echo "$item est tableau?: ".is_array($item)."<br />"; echo "$item
<?php interface Equipement { function getNom( ); function getType( );
<?php $a = 255; echo "est_int($a) = " . (is_int($a) ? "oui" : "non") . " "; $a = '255'; echo "est_
Data Type Type de retour Fonction Définition -------------------