php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php.h>
#include "grapheme.h"
#include "grapheme_util.h"
#include <unicode/utypes.h>
#include <unicode/utf8.h>
#include <unicode/ucol.h>
#include <unicode/ustring.h>
#include <unicode/ubrk.h>
Go to the source code of this file.
Typedefs | |
typedef int32_t(* | grapheme_extract_iter) (UBreakIterator *, int32_t, unsigned char *, int32_t) |
typedef int32_t(* grapheme_extract_iter) (UBreakIterator *, int32_t, unsigned char *, int32_t) |
Definition at line 698 of file grapheme_string.c.
PHP_FUNCTION | ( | grapheme_extract | ) |
Definition at line 708 of file grapheme_string.c.
PHP_FUNCTION | ( | grapheme_str_split | ) |
Definition at line 837 of file grapheme_string.c.
PHP_FUNCTION | ( | grapheme_stripos | ) |
Definition at line 135 of file grapheme_string.c.
PHP_FUNCTION | ( | grapheme_stristr | ) |
Definition at line 605 of file grapheme_string.c.
PHP_FUNCTION | ( | grapheme_strlen | ) |
Definition at line 33 of file grapheme_string.c.
PHP_FUNCTION | ( | grapheme_strpos | ) |
Definition at line 82 of file grapheme_string.c.
PHP_FUNCTION | ( | grapheme_strripos | ) |
Definition at line 258 of file grapheme_string.c.
PHP_FUNCTION | ( | grapheme_strrpos | ) |
Definition at line 200 of file grapheme_string.c.
PHP_FUNCTION | ( | grapheme_strstr | ) |
Definition at line 598 of file grapheme_string.c.
PHP_FUNCTION | ( | grapheme_substr | ) |
Definition at line 325 of file grapheme_string.c.