Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence du fichier validation.php

Espaces de nommage

 utf8
 

Fonctions

 utf8_is_valid ($str)
 
 utf8_compliant ($str)
 

Documentation des fonctions

◆ utf8_compliant()

utf8_compliant (   $str)

Référencé par StringHelper\compliant().

◆ utf8_is_valid()

utf8_is_valid (   $str)

End of the multi-octet sequence. mUcs4 now contains the final Unicode codepoint to be output


((0xC0 & (*in) != 0x80) && (mState != 0)) Incomplete multi-octet sequence.

Références $i, et $tmp.

Référencé par StringHelper\valid().