mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
transliterate()
This commit is contained in:
parent
b5f20ceb48
commit
a093762a6f
5 changed files with 153 additions and 2 deletions
|
@ -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 }
|
||||
};
|
||||
/* }}} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue