mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58: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
|
@ -69,11 +69,16 @@ PHP_FUNCTION(char_is_valid);
|
|||
* Other functions
|
||||
*/
|
||||
|
||||
PHP_FUNCTION(char_to_digit);
|
||||
PHP_FUNCTION(char_from_digit);
|
||||
PHP_FUNCTION(char_from_name);
|
||||
PHP_FUNCTION(char_get_name);
|
||||
|
||||
PHP_FUNCTION(char_has_binary_property);
|
||||
PHP_FUNCTION(char_get_property_value);
|
||||
PHP_FUNCTION(char_get_property_value);
|
||||
PHP_FUNCTION(char_get_property_min_value);
|
||||
PHP_FUNCTION(char_get_property_max_value);
|
||||
|
||||
#endif /* PHP_PROPERTY_H */
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue