Revenue Source

Welcome to the Revenue Source affiliate marketing forums.

You are viewing our internet marketing and SEO forums as a guest which gives you limited access to most of our discussions.  By joining our free community, you will have access to post affiliate marketing topics, communicate privately with other members (PM), exchange SEO strategies, and access many other special features.  Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems, please don't hesitate to contact us.

Go Back   Revenue Source > Site Design & Development > Programming Help
Reload this Page DevShed: An Introduction to Sockets in PHP (Part 1)
Tags: , , , ,

Reply
 
LinkBack Thread Tools Search this Thread
Old
  (#1 (permalink))
Affiliate Blogs is Offline
Revenue Source Veteran
Affiliate Blogs has a brilliant future here!
 
Affiliate Blogs's Avatar
 
Join Date: Oct 2005
Posts: 9,223
Jack of All Trades
CyberSpace United States
   
DevShed: An Introduction to Sockets in PHP (Part 1) - 11-28-2006

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.


DevShed: An Introduction to Sockets in PHP (Part 1) - Read More...
  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads for: DevShed: An Introduction to Sockets in PHP (Part 1)
Thread Thread Starter Forum Replies Last Post
DevShed: An Introduction to Using the Decorator Pattern with PHP Affiliate Blogs Programming Help 0 11-28-2006 05:08 AM
DevShed: An Introduction to Simulating the Model-View-Controller Schema in PHP Affiliate Blogs Programming Help 0 11-28-2006 05:08 AM
DevShed: An Introduction to the Observer Pattern in PHP Affiliate Blogs Programming Help 0 11-28-2006 05:08 AM
DevShed: Searching and Replacing Nodes with SimpleXML in PHP 5 (Part 3) Affiliate Blogs Programming Help 0 11-28-2006 05:08 AM
DevShed: Developing an Extensible TCP Server with Sockets in PHP Affiliate Blogs Programming Help 0 11-28-2006 05:08 AM



© 2004-6 RevenueSource.com.  All rights reserved.  Do not duplicate or redistribute in any form.
This website and its logos/design are property of RevenueSource.com.  All rights reserved. vBSEO 3.2.0 RC7


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34