Searched defs:mb_substr (Results 1 – 5 of 5) sorted by relevance
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
H A D | slice.rst | 70 .. _`mb_substr` : https://secure.php.net/mb-substr target
|
/plugin/combo/vendor/symfony/polyfill-mbstring/ |
H A D | bootstrap.php | 76 function mb_substr($string, $start, $length = 2147483647, $encoding = null) { return p\Mbstring::mb_substr($string, $start, $length, $encoding); } function
|
H A D | bootstrap80.php | 72 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 D | Mbstring.php | 612 public static function mb_substr($s, $start, $length = null, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring
|
/plugin/scrape/ |
H A D | phpQuery-onefile.php |
|