Searched refs:imap_close (Results 1 – 25 of 59) sorted by relevance
123
2 Test imap_close() function : basic functionality9 echo "*** Testing imap_close() : basic functionality ***\n";23 // Calling imap_close() with all possible arguments24 echo "\n-- Call to imap_close() with all possible arguments --\n";25 var_dump( imap_close($stream_id, $options) );31 // Calling imap_close() with mandatory arguments32 echo "\n-- Call to imap_close() with mandatory arguments --\n";33 var_dump( imap_close($stream_id) );41 *** Testing imap_close() : basic functionality ***45 -- Call to imap_close() with all possible arguments --[all …]
2 Test imap_close() function : usage variations - different ints as $flags arg10 * Pass different integers as $flags arg to imap_close() to test which are14 echo "*** Testing imap_close() : usage variations ***\n";32 var_dump( $check = imap_close($stream_id, $input) );38 // check that imap_close was successful, if not call imap_close and explicitly set CL_EXPUNGE40 imap_close($stream_id, CL_EXPUNGE);51 imap_close($imap_stream, CL_EXPUNGE);67 *** Testing imap_close() : usage variations ***80 imap_close(): Argument #2 ($flags) must be CL_EXPUNGE or 083 imap_close(): Argument #2 ($flags) must be CL_EXPUNGE or 0[all …]
21 echo "\n-- Call to imap_close() --\n";22 var_dump( imap_close($stream_id) );29 var_dump( imap_close($stream_id) );40 -- Call to imap_close() --
25 echo "\n-- Call to imap_close() --\n";26 var_dump( imap_close($stream_id) );33 var_dump( imap_close($stream_id) );45 -- Call to imap_close() --
14 imap_close($mail_box);
19 imap_close($stream_id);
25 imap_close($stream_id);
16 imap_close($imap_mail_box);
17 imap_close($imap_mail_box);
20 imap_close($imap_mail_box);
27 imap_close($stream_id);
29 imap_close($stream_id);
27 imap_close($imap_mail_box);
23 imap_close($imap_mail_box);
23 imap_close($imap_stream);
36 imap_close($stream_id);
13 imap_close($mbox);
32 imap_close($imap_stream, CL_EXPUNGE);
Completed in 35 milliseconds