Net_Socket::readIPAddress()Net_Socket::readIPAddress() -- read an IP-address Synopsisrequire_once 'Net/Socket.php'; |
string Net_Socket::readIPAddress ()
Description
Reads a IP from the socket.
The function expects an integer which will
converted to a IP address. This function
only works with IPv4 addresses.
NoteThis function can not be called
statically. |