| name | language | licence |
|---|---|---|
| PHP/MYSQL/SQL : Inserer donnees en base depuis csv | PHP | Other |
| JS : boîte de dialogue confirmation | JS-JQuery | Other |
| JS : Date du client en javascript | JS-JQuery | Other |
| HTML : plus d'infos sur la balise adress | HTML | Other |
| JS : ouvrir dans une popup (window.open ) | JS-JQuery | Other |
| PHP : convertir des retours à la ligne en entité html avec la fonction nl2br() |
PHP | Other |
| PHP: manipuler date | Other | Other |
| PHP : conversion type de variable | PHP | Other |
< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 >
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)