Searched refs:mb_substr (Results 1 – 5 of 5) sorted by relevance
/template/twigstarter/vendor/symfony/polyfill-mbstring/ |
H A D | Mbstring.php | 527 $haystack = self::mb_substr($haystack, 0, $offset, $encoding); 531 $haystack = self::mb_substr($haystack, $offset, 2147483647, $encoding); 578 $result[] = mb_substr($string, $i, $split_length, $encoding); 612 public static function mb_substr($s, $start, $length = null, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring 659 $needle = self::mb_substr($needle, 0, 1, $encoding); 668 $needle = self::mb_substr($needle, 0, 1, $encoding); 806 return self::mb_substr($haystack, 0, $pos, $encoding); 809 return self::mb_substr($haystack, $pos, null, $encoding);
|
H A D | bootstrap.php | 76 …function mb_substr($string, $start, $length = 2147483647, $encoding = null) { return p\Mbstring::m… function
|
H A D | bootstrap80.php | 72 …function mb_substr(?string $string, ?int $start, ?int $length = null, ?string $encoding = null): s… function
|
/template/kajukkk/ |
H A D | main.php | 51 …ID,"description"); if ($_desc !=null) echo preg_replace( "/\r|\n/", "", mb_substr(htmlspecialchars…
|
/template/twigstarter/vendor/twig/twig/src/Extension/ |
H A D | CoreExtension.php | 704 return (string) mb_substr((string) $item, $start, $length, $env->getCharset()); 818 $r[] = mb_substr($value, $i, $limit, $env->getCharset()); 1150 …return mb_strtoupper(mb_substr($string ?? '', 0, 1, $charset), $charset).mb_strtolower(mb_substr($…
|