lithium\net\Socket::eof PHP Method

eof() abstract public method

Test for the end-of-file on the socket.
abstract public eof ( ) : boolean
return boolean `true` if end has been reached, `false` otherwise.
    public abstract function eof();