Rename to str_transliterate().

This commit is contained in:
Andrei Zmievski 2006-06-15 17:37:48 +00:00
parent 284ad23f60
commit 927c5f2eb7
3 changed files with 3 additions and 23 deletions

View file

@ -301,7 +301,7 @@ zend_function_entry unicode_functions[] = {
/* text transformation functions */
PHP_FE(transliterate, NULL)
PHP_FE(str_transliterate, NULL)
{ NULL, NULL, NULL }
};