string

string

> Fonctions

Convertit une valeur value en chaîne de caractères.

Paramètres
Retour
Exemples

string(12345) // "12345" string([1, 2, 3]) // "[1, 2, 3]" string("hello") // "hello" string(2 > 1) // "true"

Voir aussi
Synonymes