summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2003-03-31 20:36:46 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2003-03-31 20:36:46 +0000
commit383808e9d3e17d2ca2cb513d5d7d6b1dd9681c12 (patch)
tree0d397a701c4cb7aa97a7c1e6cffa34ed73dd37b9 /ext
parent4932306f945f993305fb84bcb92b60d366d6f26a (diff)
downloadphp-git-383808e9d3e17d2ca2cb513d5d7d6b1dd9681c12.tar.gz
Fixed proto to sync with the documentation
Diffstat (limited to 'ext')
-rw-r--r--ext/imap/php_imap.c4
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;