transliterate()

This commit is contained in:
Andrei Zmievski 2006-06-13 23:46:04 +00:00
parent b5f20ceb48
commit a093762a6f
5 changed files with 153 additions and 2 deletions

View file

@ -20,6 +20,7 @@
#include "php_unicode.h"
#include "zend_unicode.h"
#include "php_property.h"
#include "php_transform.h"
void php_register_unicode_iterators(TSRMLS_D);
@ -298,6 +299,10 @@ zend_function_entry unicode_functions[] = {
PHP_FE(char_enum_names, NULL)
PHP_FE(char_enum_types, NULL)
/* text transformation functions */
PHP_FE(transliterate, NULL)
{ NULL, NULL, NULL }
};
/* }}} */