Tilou
Déplier la navigation
PHP
Informations codes
Transformer un number en string
Publié par
tilouco
le
22 janvier 2025
22 janvier 2025
function
numberToString
(
int
$
num
)
:
string
{
return
$
num
.
''
;
}
Catégories :
PHP
Articles similaires
Informations codes
Comparatif moyen if, else if
ou bien
Informations codes
Concaténation ajout du texte derrière un autre texte
PHP
Supprimer les espaces dans une chaine de caractère