Searched defs:mb_strtoupper (Results 1 – 3 of 3) sorted by relevance
66 …function mb_strtoupper(?string $string, ?string $encoding = null): string { return p\Mbstring::mb_… function
70 …function mb_strtoupper($string, $encoding = null) { return p\Mbstring::mb_strtoupper($string, $enc… function
589 public static function mb_strtoupper($s, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring