Normalizer::isNormalizednormalizer_is_normalizedChecks if the provided string is already in the specified normalization form DescriptionObject-oriented style
public static bool Normalizer::isNormalized(string
$string, int $form = Normalizer::FORM_C)Procedural style bool normalizer_is_normalized(string
$string, int $form = Normalizer::FORM_C)Checks if the provided string is already in the specified normalization form. Parameters
Return Values
ExamplesExample #1 normalizer_is_normalized example Example #2 OO example The above example will output: not normalized; normalized See Also
|