String
più usato
strtr
descrizione
Questa funzione restituisce una copia di $str, traducendo tutti i caratteri di $from al corrispondente carattere indicato in $to.
Se $from e $to hanno lunghezze differenti, i caratteri in più presenti nella stringa più lunga saranno ignorati.
dichiarazione di strtr
string strtr ( string $string , string $from , string $to )
prova strtr on line
aliquota strtr
commenti per strtr
+