|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "php_intl.h"#include "collator.h"#include "collator_class.h"#include "collator_sort.h"#include "collator_convert.h"#include "intl_convert.h"Go to the source code of this file.
Data Structures | |
| struct | _collator_sort_key_index |
Typedefs | |
| typedef zend_long | ptrdiff_t |
| typedef struct _collator_sort_key_index | collator_sort_key_index_t |
Functions | |
| PHP_FUNCTION (collator_sort) | |
| PHP_FUNCTION (collator_sort_with_sort_keys) | |
| PHP_FUNCTION (collator_asort) | |
| PHP_FUNCTION (collator_get_sort_key) | |
| typedef struct _collator_sort_key_index collator_sort_key_index_t |
Declare 'index' which will point to sort key in sort key buffer.
Definition at line 28 of file collator_sort.c.
| PHP_FUNCTION | ( | collator_asort | ) |
Definition at line 492 of file collator_sort.c.
| PHP_FUNCTION | ( | collator_get_sort_key | ) |
Definition at line 499 of file collator_sort.c.
| PHP_FUNCTION | ( | collator_sort | ) |
Definition at line 309 of file collator_sort.c.
| PHP_FUNCTION | ( | collator_sort_with_sort_keys | ) |
Definition at line 327 of file collator_sort.c.