Searched defs:mb_decode_numericentity (Results 1 – 3 of 3) sorted by relevance
/plugin/combo/vendor/symfony/polyfill-mbstring/ |
H A D | bootstrap.php | 28 function mb_decode_numericentity($string, $map, $encoding = null) { return p\Mbstring::mb_decode_numericentity($string, $map, $encoding); } function
|
H A D | bootstrap80.php | 24 function mb_decode_numericentity(?string $string, array $map, ?string $encoding = null): string { return p\Mbstring::mb_decode_numericentity((string) $string, $map, $encoding); } function
|
H A D | Mbstring.php | 141 public static function mb_decode_numericentity($s, $convmap, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring
|