previousNet_Socket::disconnect() (Previous) (Next) Net_Socket::gets()next

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Net_Socket::eof()

Net_Socket::eof() – ファイルの最後まで進んだかどうかを調べる

Synopsis

require_once 'Net/Socket.php';

boolean Net_Socket::eof ( )

Description

データの転送が終了したかどうかを調べます。

Return value

boolean - 有効なデータがなくなった場合、 あるいは接続が閉じられた場合に TRUE

Note

This function can not be called statically.

previousNet_Socket::disconnect() (Previous) (Next) Net_Socket::gets()next

Download Documentation Last updated: Sun, 21 Jun 2009
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.