Most Populair Network Functions
gethostbyaddr
Declaration: string gethostbyaddr (string $ip_address )
Description: Get the Internet host name corresponding to a given IP address
Returns: the host name or the unmodified ip_address on failure.
Parameters:
-
string $ip_address:
The host IP address.
Documentation: http://www.php.net/manual/en/function.gethostbyaddr.php
Try gethostbyaddr Online Show me an example of gethostbyaddr
There are no Comments.








