imap_timeout
(PHP 4 >= 4.3.3, PHP 5, PHP 7, PHP 8)
imap_timeout — imap タイムアウトを設定あるいは取得する
パラメータ
timeout_type
-
IMAP_OPENTIMEOUT
、IMAP_READTIMEOUT
、IMAP_WRITETIMEOUT
あるいはIMAP_CLOSETIMEOUT
のいずれか。 timeout
-
タイムアウト秒数。
戻り値
timeout
が設定されている場合は、
この関数は成功した場合に true
、失敗した場合に false
を返します。
timeout
が省略されていたり、-1
と評価される値が設定されている場合は、
現在のタイムアウト値 timeout_type
を整数で返します。
例
例1 imap_timeout() の例
<?php
echo "現在の読み込みタイムアウト秒数は " . imap_timeout(IMAP_READTIMEOUT) . " です\n";
?>
+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