diff options
Diffstat (limited to 'ext/imap/php_imap.c')
-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; |