PEAR Manual
This manual is provided as a courtesy. It is not an official source. Please check pear.php.net for updated information.
require_once 'Net/Socket.php';
boolean Net_Socket::eof ()
boolean Net_Socket::eof
Test for the end of data transmission.
boolean - TRUE, if no more data avaible or connection is closed
This function can not be called statically.