Home
last modified time | relevance | path

Searched defs:mb_encode_numericentity (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php31 function mb_encode_numericentity($string, $map, $encoding = null, $hex = false) { return p\Mbstring::mb_encode_numericentity($string, $map, $encoding, $hex); } function
H A Dbootstrap80.php27 function mb_encode_numericentity(?string $string, array $map, ?string $encoding = null, ?bool $hex = false): string { return p\Mbstring::mb_encode_numericentity((string) $string, $map, $encoding, (bool) $hex); } function
H A DMbstring.php201 public static function mb_encode_numericentity($s, $convmap, $encoding = null, $is_hex = false) function in Symfony\\Polyfill\\Mbstring\\Mbstring