We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17861b9 commit de6c599Copy full SHA for de6c599
ext/imap/php_imap.c
@@ -4023,6 +4023,8 @@ PHP_FUNCTION (imap_thread)
4023
}
4024
/* }}} */
4025
4026
+/* {{{ proto mixed imap_timeout(int timeout_type [, int timeout])
4027
+ Set or fetch imap timeout */
4028
PHP_FUNCTION (imap_timeout)
4029
{
4030
long ttype, timeout=-1;
@@ -4078,6 +4080,7 @@ PHP_FUNCTION (imap_timeout)
4078
4080
RETURN_FALSE;
4079
4081
4082
4083
+/* }}} */
4084
4085
/* {{{ Interfaces to C-client
4086
*/
0 commit comments