News Feed
Jobs Feed
Sections




News Archive
AnyExamples.com:
PHP Whois Client Function
September 19, 2007 @ 08:43:00

On the AnyExamples.com website, there's a new little how to on making a whois client in PHP (without just using an exec or similar call to the filesystem).

This article contains PHP implementation of whois client (as a function ae_whois), which may be used to request domain information from specified whois servers.

Their method uses the socket functionality (fsockopen, fwrite, fclose) to make a connection to the remote server for the specified domain's information.

0 comments voice your opinion now!
whois client function socket fsockopen fwrite fclose whois client function socket fsockopen fwrite fclose


blog comments powered by Disqus

Similar Posts

Felix Geisendorfer's Blog: A PHP developers guide to JavaScript - Part 1

Jacob Santos' Blog: Object Oriented Programming Isn't Easy

David Sklar\'s Blog: Parsing Reasonably-sized HTTP Responses

Joshua Houle\'s Blog: Easy PHP en/decryption tutorial

Sudheer Satyanarayana's Blog: XML RPC Client Using PHP PEAR - A Real World Example: Ping Technorati


Community Events











Don't see your event here?
Let us know!


opinion community zendframework2 framework introduction object series code phpunit interview example release functional language unittest development tool testing podcast conference

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework