Normalizer::normalizenormalizer_normalizeNormalizes the input provided and returns the normalized string DescriptionObject-oriented style
public static stringfalse Normalizer::normalize(string
$string, int $form = Normalizer::FORM_C)Procedural style stringfalse normalizer_normalize(string
$string, int $form = Normalizer::FORM_C)Normalizes the input provided and returns the normalized string Parameters
Return ValuesThe normalized string or ExamplesExample #1 normalizer_normalize example Example #2 OO example The above example will output: %C3%85 %C3%85 See Also
|