php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
grapheme_string.c File Reference
#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)
 

Functions

 PHP_FUNCTION (grapheme_strlen)
 
 PHP_FUNCTION (grapheme_strpos)
 
 PHP_FUNCTION (grapheme_stripos)
 
 PHP_FUNCTION (grapheme_strrpos)
 
 PHP_FUNCTION (grapheme_strripos)
 
 PHP_FUNCTION (grapheme_substr)
 
 PHP_FUNCTION (grapheme_strstr)
 
 PHP_FUNCTION (grapheme_stristr)
 
 PHP_FUNCTION (grapheme_extract)
 
 PHP_FUNCTION (grapheme_str_split)
 

Typedef Documentation

◆ grapheme_extract_iter

typedef int32_t(* grapheme_extract_iter) (UBreakIterator *, int32_t, unsigned char *, int32_t)

Definition at line 698 of file grapheme_string.c.

Function Documentation

◆ PHP_FUNCTION() [1/10]

PHP_FUNCTION ( grapheme_extract )

Definition at line 708 of file grapheme_string.c.

◆ PHP_FUNCTION() [2/10]

PHP_FUNCTION ( grapheme_str_split )

Definition at line 837 of file grapheme_string.c.

◆ PHP_FUNCTION() [3/10]

PHP_FUNCTION ( grapheme_stripos )

Definition at line 135 of file grapheme_string.c.

◆ PHP_FUNCTION() [4/10]

PHP_FUNCTION ( grapheme_stristr )

Definition at line 605 of file grapheme_string.c.

◆ PHP_FUNCTION() [5/10]

PHP_FUNCTION ( grapheme_strlen )

Definition at line 33 of file grapheme_string.c.

◆ PHP_FUNCTION() [6/10]

PHP_FUNCTION ( grapheme_strpos )

Definition at line 82 of file grapheme_string.c.

◆ PHP_FUNCTION() [7/10]

PHP_FUNCTION ( grapheme_strripos )

Definition at line 258 of file grapheme_string.c.

◆ PHP_FUNCTION() [8/10]

PHP_FUNCTION ( grapheme_strrpos )

Definition at line 200 of file grapheme_string.c.

◆ PHP_FUNCTION() [9/10]

PHP_FUNCTION ( grapheme_strstr )

Definition at line 598 of file grapheme_string.c.

◆ PHP_FUNCTION() [10/10]

PHP_FUNCTION ( grapheme_substr )

Definition at line 325 of file grapheme_string.c.