Réponse

(string)

Colonne
Explication

$hello = (string) $test;// passage par valeur

Question

Quel mot clé pour transtyper une variable en "string" ?

Thématique