From 2fb84610166a2abc81c343558552d2b6c2127968 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Thu, 21 Sep 2006 19:30:33 +0000 Subject: Fix protos. --- ext/unicode/transform.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/unicode/transform.c') diff --git a/ext/unicode/transform.c b/ext/unicode/transform.c index cbda48b255..36a95b52d7 100644 --- a/ext/unicode/transform.c +++ b/ext/unicode/transform.c @@ -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; -- cgit v1.2.1