News Feed
Jobs Feed
Sections




News Archive
DevShed:
Completing a Query Processor in PHP
May 31, 2006 @ 14:32:28

DevShed finishes off their "Creating a Query Processor" series, a look at working with sockets and related functions, in part three, a focus on extending the class even further and some more in-depth looks "under the hood".

Welcome to the third part of the series "Network Programming in PHP." In three tutorials, this series explains the basics of network programming in PHP, by developing a query processor class in PHP 5, which uses some of the most popular PHP network functions, in order to implement the logic of its methods.

In this last article of the series, I'll add some extra methods to the query processor class, which can be used for performing the networking operations that I mentioned before. Of course, I'll implement within all the methods an easy-to-grasp programming logic, so you shouldn't have any problems understanding how each method works.

He starts with a brief look back to see how far the script's come before charging ahead into even more expansion. He fleshes out the getMXRecords and checkDNSRecords methods before adding in come TCP service functions - scanPort and getWhois. Finally, he wraps it all back into the class and takes one last look at the entire creation (and a simple example that checks the DNS and scans ports for the host "google.com".

0 comments voice your opinion now!
query processor network functionality part3 tutorial query processor network functionality part3 tutorial


blog comments powered by Disqus

Similar Posts

NetTuts.com: Testing Like a Boss in Laravel: Models

DevShed: Introducing the Flyweight Pattern with PHP 5

Pierre-Alain Joye's Blog: ext/filter, API frozen (!) and fixes, 0.11.0 is out

Sameer Borate's Blog: Using barcodes in your web application

Zend: Extension Writing Tutorials - Resources (Part 3)


Community Events











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


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

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