Net_Socket::setBlocking() (Previous) (Next) Net_Socket::write()

View this page in Last updated: Sun, 05 Oct 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Net_Socket::setTimeout()

Net_Socket::setTimeout() -- タイムアウトを設定する

説明

ソケット記述子にタイムアウト値を設定します。 秒とマイクロ秒であらわした値の合計が設定されます。

パラメータ

  • integer $seconds - 秒の部分。

  • integer $microseconds - マイクロ秒の部分。

返り値

boolean - 成功時には TRUE、 失敗時には PEAR_Error を返します。

注意

この関数は、スタティックにコールする ことはできません。

Net_Socket::setBlocking() (Previous) (Next) Net_Socket::write()

Download Documentation Last updated: Sun, 05 Oct 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.