Home
last modified time | relevance | path

Searched defs:mb_substr (Results 1 – 5 of 5) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dslice.rst70 .. _`mb_substr` : https://secure.php.net/mb-substr target
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php76 function mb_substr($string, $start, $length = 2147483647, $encoding = null) { return p\Mbstring::mb_substr($string, $start, $length, $encoding); } function
H A Dbootstrap80.php72 function mb_substr(?string $string, ?int $start, ?int $length = null, ?string $encoding = null): string { return p\Mbstring::mb_substr((string) $string, (int) $start, $length, $encoding); } function
H A DMbstring.php612 public static function mb_substr($s, $start, $length = null, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring
/plugin/scrape/
H A DphpQuery-onefile.php