Function utf8_bad_identify
Reports on the type of bad byte found in a UTF-8 string. Returns a status code on the first bad byte found
Package: utf8
Author: <hsivonen@iki.fi>
See:
See: http://hsivonen.iki.fi/php-utf8/
Located at vendor/joomla/string/src/phputf8/utils/bad.php
Author: <hsivonen@iki.fi>
See:
utf8_bad_explain()
See: http://hsivonen.iki.fi/php-utf8/
Located at vendor/joomla/string/src/phputf8/utils/bad.php
Parameters summary
string |
$str |
UTF-8 encoded string |
mixed |
& $i |
Return value summary
mixed
|
integer constant describing problem or FALSE if valid UTF-8 |