mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Add collator_set_default().
This commit is contained in:
parent
ec57be524b
commit
76d6cca78e
3 changed files with 31 additions and 8 deletions
|
@ -57,7 +57,6 @@ PHP_MINFO_FUNCTION(unicode);
|
|||
|
||||
PHP_FUNCTION(locale_get_default);
|
||||
PHP_FUNCTION(locale_set_default);
|
||||
PHP_FUNCTION(collator_get_default);
|
||||
PHP_FUNCTION(collator_create);
|
||||
PHP_FUNCTION(collator_compare);
|
||||
PHP_FUNCTION(collator_sort);
|
||||
|
@ -65,6 +64,8 @@ PHP_FUNCTION(collator_set_strength);
|
|||
PHP_FUNCTION(collator_set_attribute);
|
||||
PHP_FUNCTION(collator_get_strength);
|
||||
PHP_FUNCTION(collator_get_attribute);
|
||||
PHP_FUNCTION(collator_get_default);
|
||||
PHP_FUNCTION(collator_set_default);
|
||||
PHP_METHOD(collator, __construct);
|
||||
|
||||
void php_init_collation(TSRMLS_D);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue