Manuel PHP
SplFloat::__construct
(No version information available, might be only in CVS)
SplFloat::__construct — Constructs a float object type
Description
SplFloat::__construct
( void
)
This constructs a new object of type float.
Liste de paramètres
Valeurs de retour
Aucune valeur n'est retournée.
Exemples
Exemple #1 SplFloat::__construct() example
L'exemple ci-dessus va afficher :
Value not a float
object(SplFloat)#1 (1) {
["__default"]=>
float(3.154)
}
object(SplFloat)#2 (1) {
["__default"]=>
float(3)
}
Remonter 
