Podręcznik
PHP
Poprzedni
Następny
strtr
strtr -- Translate certain characters
Description
string
strtr
( string str, string from, string to)
string
strtr
( string str, array replace_pairs)
Przykład
1
.
strtr(
)
example
$addr
=
strtr(
$addr
,
"äĺö"
,
"aao")
;
This will show: "hello all, I said hi",
Notatka
:
Poprzedni
Spis
treści
Następny
Początek
rozdziału