A few more property functinos.

This commit is contained in:
Andrei Zmievski 2006-05-08 21:54:44 +00:00
parent 4cc946a706
commit 002b28e5cc
3 changed files with 91 additions and 4 deletions

View file

@ -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 */