grapheme_extractb
(No version information available, might be only in CVS)
grapheme_extractb — Function to extract a sequence of default grapheme clusters from a text buffer, which must be encoded in UTF-8.
Описание
Procedural style
Function to extract a sequence of default grapheme clusters from a text buffer, which must be encoded in UTF-8.
Список параметров
- haystack
-
string to search
- bsize
-
maximum number of bytes to return
- start
-
starting position in $haystack in bytes
Возвращаемые значения
A string starting at offset $start containing no more than $bsize bytes and ending on a default grapheme cluster boundary.
Примеры
Пример #1 grapheme_extractb() example
< ?php
TODO
?>
Результат выполнения данного примера:
TODO
Смотрите также
TODO
Коментарии
404 Not Found