PHP
Manuál
Predchádzajúci
Nasledujúci
strtr
strtr -- Translate certain characters
Description
string
strtr
( string str, string from, string to)
string
strtr
( string str, array replace_pairs)
Príklad
1
.
strtr(
)
example
$addr
=
strtr(
$addr
,
"äĺö"
,
"aao")
;
This will show: "hello all, I said hi",
Poznámka
:
Predchádzajúci
Domov
Nasledujúci
Hore