News Feed
Jobs Feed
Sections




News Archive
Christoph Hochstrasser:
PHP Socket Programming, done the Right Way (tm)
August 01, 2012 @ 10:16:15

In one of his recent posts Christoph Hochstrasser looks at socket programming done the right way, complete with code examples showing both client and server setups.

When writing about socket programming with PHP, nearly all articles are about the Socket Extension, despite it's the unfriendliest and most cumbersome way to work with Sockets in modern PHP. Let me introduce you to something, which apparently is pretty unknown among PHP programmers.

He starts off by introducing the concept of a socket (for those that are beginners on the topic) and talks about two of the major ways to work with them - the Socket extension and Streams. He shows how to use the stream_socket_client_* functions to connect to a remote server and make a HTTP request for the base page. He also shows the other side of things, making a simple "echo" server that binds to port 1337.

0 comments voice your opinion now!
socket programming extension tutorial client server


blog comments powered by Disqus

Similar Posts

ZendCasts.com: Writing Custom Zend Filters with HTMLPurifier

Mike Willbanks' Blog: Getting Started with Nginx and PHP-FPM

Gonzalo Ayuso: Enqueue Symfony’s process components with PHP and ZeroMQ

Adam Trachtenberg's Blog: Dirty Secrets of OSCON 2006

Cats Who Code: Sending SMS with PHP and TextMagic: An A to Z guide


Community Events











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


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

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