mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08: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
|
@ -245,6 +245,7 @@ zend_function_entry unicode_functions[] = {
|
|||
PHP_FE(collator_create, NULL)
|
||||
PHP_FE(collator_compare, NULL)
|
||||
PHP_FE(collator_get_default, NULL)
|
||||
PHP_FE(collator_set_default, NULL)
|
||||
{ NULL, NULL, NULL }
|
||||
};
|
||||
/* }}} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue