mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Fix protos.
This commit is contained in:
parent
1d8677bbd4
commit
2fb8461016
2 changed files with 4 additions and 5 deletions
|
@ -18,8 +18,8 @@
|
|||
|
||||
#include "php_unicode.h"
|
||||
|
||||
/* {{{ proto string str_transliterate(string str, string from, string to[, string variant]) U
|
||||
Transliterate a string using the alphabet provided */
|
||||
/* {{{ proto string str_transliterate(string str, string from_script, string to_script[, string variant]) U
|
||||
Transliterate a string from the source script to the target script */
|
||||
PHP_FUNCTION(str_transliterate)
|
||||
{
|
||||
UChar *str, *from, *to, *variant = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue