]> granicus.if.org Git - php/commitdiff
MFH(r-1.161): fixed proto to sync with the documentation
authorMoriyoshi Koizumi <moriyoshi@php.net>
Mon, 31 Mar 2003 20:37:15 +0000 (20:37 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Mon, 31 Mar 2003 20:37:15 +0000 (20:37 +0000)
ext/imap/php_imap.c

index 86eb2d9a5f93e8fe324c636b511facfef89a1b50..43527d276ee7036b0b5ad441b327524c61aa5e8f 100644 (file)
@@ -1993,8 +1993,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;