imap_is_open
(PHP 8 >= 8.2.1)
imap_is_open — IMAP ストリームがまだ有効かを調べる
例
例1 imap_is_open() の例
<?php
$mbox = imap_open("{imap.example.org:143}INBOX", "username", "password") or die(implode(", ", imap_errors()));
imap_is_open($mbox);
// ...
?>
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google