mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Rename to str_transliterate().
This commit is contained in:
parent
284ad23f60
commit
927c5f2eb7
3 changed files with 3 additions and 23 deletions
|
@ -301,7 +301,7 @@ zend_function_entry unicode_functions[] = {
|
|||
|
||||
/* text transformation functions */
|
||||
|
||||
PHP_FE(transliterate, NULL)
|
||||
PHP_FE(str_transliterate, NULL)
|
||||
|
||||
{ NULL, NULL, NULL }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue