mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Some more property functions.
# I am pondering a different prefix..
This commit is contained in:
parent
0d6603d22a
commit
bbde23e247
3 changed files with 160 additions and 3 deletions
|
@ -276,6 +276,14 @@ zend_function_entry unicode_functions[] = {
|
|||
PHP_FE(unicode_is_u_uppercase, NULL)
|
||||
PHP_FE(unicode_is_u_lowercase, NULL)
|
||||
|
||||
PHP_FE(unicode_get_numeric_value, NULL)
|
||||
PHP_FE(unicode_get_combining_class, NULL)
|
||||
PHP_FE(unicode_get_digit_value, NULL)
|
||||
PHP_FE(unicode_get_mirror, NULL)
|
||||
PHP_FE(unicode_get_direction, NULL)
|
||||
PHP_FE(unicode_get_char_type, NULL)
|
||||
PHP_FE(unicode_is_char_valid, NULL)
|
||||
|
||||
{ NULL, NULL, NULL }
|
||||
};
|
||||
/* }}} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue