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

index 77c9aceb2a16780adf895e43b84ba5f114ce655c..af1dde86d0bbf345854fb7cc864127f4194c2b0c 100644 (file)
@@ -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;