Category Archives: PHP

Socket programming in php

PHP Socket programming Tutorial – How to code Client and Server

By | July 29, 2020

Php and tcp/ip sockets This is a quick guide to learning socket programming in php. Socket programming php is very similar to C. Most functions are similar in names, parameters and output. However unlike C, socket programs written in php would run the same way on any os that has php installed. So the code… Read More »