Searched refs:mb_substr (Results 1 – 5 of 5) sorted by relevance
/dokuwiki/vendor/paragonie/constant_time_encoding/src/ |
H A D | Binary.php | 84 return \mb_substr($str, $start, $length, '8bit');
|
/dokuwiki/inc/Utf8/ |
H A D | PhpString.php | 86 return mb_substr($str, $offset); 89 return mb_substr($str, $offset, $length);
|
/dokuwiki/vendor/splitbrain/php-cli/src/ |
H A D | TableFormatter.php | 274 return mb_substr($string, $start, $length);
|
/dokuwiki/_test/core/ |
H A D | phpQuery-onefile.php | 1440 $_query[] = mb_substr($query, $i, 1); 4368 function mb_substr($str, $start, $length=0) function
|
/dokuwiki/vendor/geshi/geshi/src/ |
H A D | geshi.php | 2675 … $es_char_m = mb_substr(substr($part, $es_pos+1, 16), 0, 1, $this->encoding);
|