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

DevShed: Abstracting Database Access Using Polymorphism with Objects in PHP 5

Lorna Mitchell's Blog: Using OAuth2 for Google APIs with PHP

DevShed: PHP Programs to Prevent MySQL Injection or HTML Form Abuse

DevShed: An Introduction to the Observer Pattern in PHP

PHPit.net: PHP on the command line


Community Events











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


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

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