mirror of
https://github.com/php/php-src.git
synced 2025-01-11 13:34:24 +08:00
fixed imap_listscan() proto
This commit is contained in:
parent
25a594e2b5
commit
408461654e
@ -1453,7 +1453,7 @@ PHP_FUNCTION(imap_list_full)
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ proto array imap_scan(resource stream_id, string ref, string pattern, string content)
|
||||
/* {{{ proto array imap_listscan(resource stream_id, string ref, string pattern, string content)
|
||||
Read list of mailboxes containing a certain string */
|
||||
PHP_FUNCTION(imap_listscan)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user