Lines Matching refs:imap_close
2 Test imap_close() function : basic functionality
9 /* Prototype : bool imap_close(resource $stream_id [, int $options])
14 echo "*** Testing imap_close() : basic functionality ***\n";
28 // Calling imap_close() with all possible arguments
29 echo "\n-- Call to imap_close() with all possible arguments --\n";
30 var_dump( imap_close($stream_id, $options) );
36 // Calling imap_close() with mandatory arguments
37 echo "\n-- Call to imap_close() with mandatory arguments --\n";
38 var_dump( imap_close($stream_id) );
46 *** Testing imap_close() : basic functionality ***
50 -- Call to imap_close() with all possible arguments --
54 -- Call to imap_close() with mandatory arguments --