1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00

MFH(r-1.161): fixed proto to sync with the documentation

This commit is contained in:
Moriyoshi Koizumi
2003-03-31 20:37:15 +00:00
parent 6ec674deb7
commit dd426eb391

View 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;