|
mb_encode_numericentityEncode character to HTML numeric string reference Description
string mb_encode_numericentity(
string $string,array $map,stringnull $encoding = null,bool $hex = false)
Converts
specified character codes in string Parameters
Return ValuesThe converted string. Errors/Exceptions
Throws a ValueError if
Changelog
Examples
Example #1
Example #2 mb_encode_numericentity example The above example will output: string(46) "aAæÆあア鸽" string(28) "aAæÆあア鸽" See Also
|