Normalizer::normalizenormalizer_normalizeNormalizes the input provided and returns the normalized string BeschreibungObjektorientierter Stil
public
static
string
Normalizer::normalize
( string
$input
[, int $form = Normalizer::FORM_C
] )Prozeduraler Stil
string
normalizer_normalize
( string
$input
[, int $form = Normalizer::FORM_C
] )Normalizes the input provided and returns the normalized string Parameter-Liste
RückgabewerteThe normalized string or BeispieleBeispiel #1 normalizer_normalize example
<?phpBeispiel #2 OO example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: %C3%85 %C3%85 Siehe auch
|