UDP Socket Programming in Php – How to Code Client and Server
UDP Sockets in Php In a previous article we learnt about writing simple server and clients using TCP sockets in php. In this article we are going to use udp sockets for the same. UDP sockets are much simpler to work with since they are connection-less. A udp server just has an socket that waits… Read More »