| name | language | licence |
|---|---|---|
| PHP: manipuler date | Other | Other |
| PHP : conversion type de variable | PHP | Other |
| PHP/MYSQL : inserer une date dans mysql | Other | Other |
| PHP/JS : convertir en int | Other | Other |
| JOOMLA : exemple de gabarit (index.php) | Other | Other |
| PHP : Authentification HTTP basique | Other | Other |
< 1 2 3 4 5 >
language: PHP
licence: Other
PHP : conversion type de variable
options: view full snippet • send to code collector
//plusieurs methodes existent : /*utiliser les fonctions specifique au type voulu ---------------------------------*/ int intval( mixed $var [, int $base = 10 ] ); string strval( mixed $var ); float floatval( mixed $var ); //$var est la valeur à convertir en int //$base est la valeur pour la conversion par defaut c'est base 10, $base ne sera pris en compte que si $var est un string /*caster la variable



library
html (48)