Lines Matching refs:imap_close
2 Test imap_close() function : basic functionality
9 echo "*** Testing imap_close() : basic functionality ***\n";
23 // Calling imap_close() with all possible arguments
24 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 arguments
32 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 --
49 -- Call to imap_close() with mandatory arguments --