Tag Archives: server

From simple socket reader to server in PHP

After I have pub­lished Sock­et­Server on PHPClasses.org, I received com­ments about some ugly places and ideas of improve­ment. So now, it can be used as a skel­eton for some­thing more inter­est­ing then “Hello, World!” sample. In this post I’ll guide you through mod­i­fied … Con­tinue read­ing

Posted in Development, Networking | Tagged , , | Leave a comment

Socket reader in PHP. Second part

In the pre­vi­ous post I have showed how to cre­ate a socket reader in php step by step. So by some strange tra­di­tion now I’m going to rep­res­ent OOP vari­ant. In fact, this is a sand­box ver­sion of new adapter for Chroot­G­ate­way. :)) … Con­tinue read­ing

Posted in Development, Networking | Tagged , , | Leave a comment

Socket reader in PHP

There are lots of art­icles which show you how to cre­ate a socket reader in PHP. You can find them on google. My start­ing points were art­icles on devshed and zend’s devzone. Unfor­tu­nately bring too few light on me. Although articale … Con­tinue read­ing

Posted in Development, Networking | Tagged , , | 2 Comments