Searched defs:mb_substr (Results 1 – 6 of 6) sorted by relevance
/template/twigstarter/vendor/symfony/polyfill-mbstring/ |
D | bootstrap.php | 76 …function mb_substr($string, $start, $length = 2147483647, $encoding = null) { return p\Mbstring::m… function
|
D | bootstrap80.php | 72 …function mb_substr(?string $string, ?int $start, ?int $length = null, ?string $encoding = null): s… function
|
D | Mbstring.php | 612 public static function mb_substr($s, $start, $length = null, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring
|
/template/strap/vendor/symfony/polyfill-mbstring/ |
D | bootstrap.php | 76 …function mb_substr($string, $start, $length = 2147483647, $encoding = null) { return p\Mbstring::m… function
|
D | bootstrap80.php | 72 …function mb_substr(?string $string, ?int $start, ?int $length = null, ?string $encoding = null): s… function
|
D | Mbstring.php | 637 public static function mb_substr($s, $start, $length = null, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring
|