mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
MFH: fixed imap_listscan() proto
This commit is contained in:
parent
dc697bcea4
commit
db7f3fe8c0
1 changed files with 1 additions and 1 deletions
|
@ -1457,7 +1457,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 */
|
Read list of mailboxes containing a certain string */
|
||||||
PHP_FUNCTION(imap_listscan)
|
PHP_FUNCTION(imap_listscan)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue