diff options
| author | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-02-03 16:46:45 +0000 |
|---|---|---|
| committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-02-03 16:46:45 +0000 |
| commit | a4fe845aba13eb3373a76de94fe90e38591dcf76 (patch) | |
| tree | 4977e73a54aad38d7b63b182d65b72d39adce354 | |
| parent | 2a92efdaf9ae3fed857facc58c347c9998abdb8d (diff) | |
| download | php-git-a4fe845aba13eb3373a76de94fe90e38591dcf76.tar.gz | |
Really fixed proto.
# sorry for messing
| -rw-r--r-- | ext/mbstring/mbstring.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c index e40b7881aa..9c2aca7483 100644 --- a/ext/mbstring/mbstring.c +++ b/ext/mbstring/mbstring.c @@ -997,7 +997,7 @@ PHP_FUNCTION(mb_internal_encoding) } /* }}} */ -/* {{{ proto false|string mb_http_input([string type]) +/* {{{ proto mixed mb_http_input([string type]) Returns the input encoding */ PHP_FUNCTION(mb_http_input) { |
