|
mb_encode_numericentityEncode character to HTML numeric string reference Description
string mb_encode_numericentity
( string
$str
, array $convmap
[, string $encoding = mb_internal_encoding()
[, bool $is_hex = FALSE
]] )
Converts
specified character codes in string Parameters
Return ValuesThe converted string. Changelog
Examples
Example #1
<?php Examples
Example #2 mb_encode_numericentity example
<?php See Also
|