News Feed
Jobs Feed
Sections




News Archive
DevShed:
An Introduction to Sockets in PHP (Part 1)
May 22, 2006 @ 08:52:52

DevShed starts a new series today with this look at some of the easier ways to work with low-level sockets in PHP.

With reference to using sockets in PHP, in this three-part series, I'll try to cover their most crucial aspects. I'll start with the basics, such as creating, opening and closing a socket. Then I will proceed to using advanced approaches, such as implementing socket servers. Of course, I'll accompany this material with numerous hands-on examples.

At the end of this series, you should be equipped with a good grounding in how to use and manipulate low-level sockets in PHP, in order to expand your existing background of network programming.

They start of at the basest level, an illustration of using the socket functions to connect to a port on the localhost. They explain each chunk of code before moving on to something slightly more complex - developing a simple web application. It's made up of two parts: the server from the previous example (taking a string and making it uppercase to return it) and the client that will send the string. This basic example is then enhanced by a "rebirth" into a class making the creation of the socket server as easy as making a new object.

0 comments voice your opinion now!
introduction socket part1 tutorial server client introduction socket part1 tutorial server client


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: PHP Framework Review: DooPHP

TheWebSqueeze.com: PHP5 Abstraction for the Rest of Us

Adam Culp: Clean Development Series: Part 4, Rewrite dilemma

Chris Tankersley's Blog: Playing with Lithium

DreamInCode.com: Preventing PHP Mail(...) Header Injections


Community Events











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


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

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