Home
last modified time | relevance | path

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

/plugin/combo/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php70 function mb_strtoupper($string, $encoding = null) { return p\Mbstring::mb_strtoupper($string, $encoding); } function
H A Dbootstrap80.php66 function mb_strtoupper(?string $string, ?string $encoding = null): string { return p\Mbstring::mb_strtoupper((string) $string, $encoding); } function
H A DMbstring.php589 public static function mb_strtoupper($s, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring