diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-03-31 20:36:46 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-03-31 20:36:46 +0000 |
commit | 383808e9d3e17d2ca2cb513d5d7d6b1dd9681c12 (patch) | |
tree | 0d397a701c4cb7aa97a7c1e6cffa34ed73dd37b9 /ext | |
parent | 4932306f945f993305fb84bcb92b60d366d6f26a (diff) | |
download | php-git-383808e9d3e17d2ca2cb513d5d7d6b1dd9681c12.tar.gz |
Fixed proto to sync with the documentation
Diffstat (limited to 'ext')
-rw-r--r-- | ext/imap/php_imap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c index 77c9aceb2a..af1dde86d0 100644 --- a/ext/imap/php_imap.c +++ b/ext/imap/php_imap.c @@ -1981,8 +1981,8 @@ PHP_FUNCTION(imap_rfc822_parse_adrlist) } /* }}} */ -/* {{{ proto string imap_utf8(string string) - Convert a string to UTF-8 */ +/* {{{ proto string imap_utf8(string mime_encoded_text) + Convert a mime-encoded text to UTF-8 */ PHP_FUNCTION(imap_utf8) { zval **str; |