Code
- utf8.php ➔ utf8_isASCII()
- utf8.php ➔ utf8_strip()
- utf8.php ➔ utf8_check()
- utf8.php ➔ utf8_basename()
- utf8.php ➔ utf8_strlen()
- utf8.php ➔ utf8_substr()
- utf8.php ➔ utf8_substr_replace()
- utf8.php ➔ utf8_ltrim()
- utf8.php ➔ utf8_rtrim()
- utf8.php ➔ utf8_trim()
- utf8.php ➔ utf8_strtolower()
- utf8.php ➔ utf8_strtoupper()
- utf8.php ➔ utf8_ucfirst()
- utf8.php ➔ utf8_ucwords()
- utf8.php ➔ utf8_deaccent()
- utf8.php ➔ utf8_romanize()
- utf8.php ➔ utf8_stripspecials()
- utf8.php ➔ utf8_strpos()
- utf8.php ➔ utf8_unhtml()
- utf8.php ➔ utf8_to_unicode()
- utf8.php ➔ unicode_to_utf8()
- utf8.php ➔ utf8_to_utf16be()
- utf8.php ➔ utf16be_to_utf8()
- utf8.php ➔ utf8_bad_replace()
- utf8.php ➔ utf8_correctIdx()
- utf8.php ➔ utf8_tohtml()
Adding explicit visibility (
private
,protected
, orpublic
) is generally recommend to communicate to other developers how, and from where this method is intended to be used.