mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
A few more property functinos.
This commit is contained in:
parent
4cc946a706
commit
002b28e5cc
3 changed files with 91 additions and 4 deletions
|
@ -283,9 +283,13 @@ zend_function_entry unicode_functions[] = {
|
|||
PHP_FE(char_get_type, NULL)
|
||||
PHP_FE(char_is_valid, NULL)
|
||||
|
||||
PHP_FE(char_from_digit, NULL)
|
||||
PHP_FE(char_from_name, NULL)
|
||||
PHP_FE(char_get_name, NULL)
|
||||
PHP_FE(char_from_digit, NULL)
|
||||
PHP_FE(char_from_name, NULL)
|
||||
PHP_FE(char_get_name, NULL)
|
||||
PHP_FE(char_has_binary_property, NULL)
|
||||
PHP_FE(char_get_property_value, NULL)
|
||||
PHP_FE(char_get_property_min_value, NULL)
|
||||
PHP_FE(char_get_property_max_value, NULL)
|
||||
|
||||
{ NULL, NULL, NULL }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue