Net_Socket::eof()

Net_Socket::eof() – test for end-of-file

Synopsis

require_once 'Net/Socket.php';

boolean Net_Socket::eof ( )

Description

Test for the end of data transmission.

Return value

boolean - TRUE, if no more data avaible or connection is closed

Note

This function can not be called statically.

disconnects from a server (Previous) retrieve a string (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.