PHP Socket: Simple TCP Proxy -


my goal make simple tcp proxy application test lab. want modify json data on fly. managed work tcp client, , tcp server, individually, not @ once.

basically want php 2 sockets, 1 incoming clients, 1 outgoing server, , forward data each other.

try socket programming php , an introduction sockets in php.

both of tutorials, in fact first 1 appears both recieve , send data.

edit: added writing socket servers in php link helped op.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -