News Feed
Jobs Feed
Sections




News Archive
BinaryTides.com:
PHP Socket programming tutorial
July 24, 2012 @ 12:14:37

On the BinaryTides.com site there's a recent tutorial showing you how to effectively use sockets in your PHP applications, complete with incoming and outgoing examples.

This is a quick guide/tutorial to learning socket programming in php. Socket programming php is very similar to C. Most functions are similar in names, parameters and output. However unlike C, socket programs written in php would run the same way on any os that has php installed. So the code does not need any platform specific changes (mostly).

They start with the basics - creating a socket, connecting to a server and sending out information over the connection. They also include the code examples showing how to pull in data from the socket. Their example socket is set up to be a simplistic web server, returning data according to the standards for a normal GET request. They make a mini-server out of it, getting to to accept requests on a bound socket.

0 comments voice your opinion now!
socket programming tutorial webserver bind


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: Boost PHP Site Performance with Zend Framework Data Caching

php|architect: Two New ART Articles (CakePHP and More Flex)

Juozas Kaziukenas' Blog: Scraping login requiring websites with cURL

DevShed: Manipulating String Literals with Interpreter Classes in PHP 5

PHPMaster.com: Using an Access Database with PHP


Community Events











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


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

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