Home
last modified time | relevance | path

Searched defs:mb_strlen (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php61 function mb_strlen($string, $encoding = null) { return p\Mbstring::mb_strlen($string, $encoding); } function
H A Dbootstrap80.php57 function mb_strlen(?string $string, ?string $encoding = null): int { return p\Mbstring::mb_strlen((string) $string, $encoding); } function
H A DMbstring.php484 public static function mb_strlen($s, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring
/plugin/scrape/
H A DphpQuery-onefile.php