Net_Socket::readString()Net_Socket::readString() -- read a string Synopsisrequire_once 'Net/Socket.php'; |
mixed Net_Socket::readString ()
Description
Read a zeroterminated string ("\x00") from the socket.
NoteThis function can not be called
statically. |