Lines Matching refs:imap_close
2 Test imap_close() function : basic functionality
11 echo "*** Testing imap_close() : basic functionality ***\n";
25 // Calling imap_close() with all possible arguments
26 echo "\n-- Call to imap_close() with all possible arguments --\n";
27 var_dump( imap_close($stream_id, $options) );
33 // Calling imap_close() with mandatory arguments
34 echo "\n-- Call to imap_close() with mandatory arguments --\n";
35 var_dump( imap_close($stream_id) );
43 *** Testing imap_close() : basic functionality ***
47 -- Call to imap_close() with all possible arguments --
51 -- Call to imap_close() with mandatory arguments --