Native PHP ping
To make a ping you'll need to know about the PHP Socket functions, ICMP protocol and Computing the Internet Checksum (don't let the RFCs scare you, the basics will be covered here). Echo message The ICMP header starts after the regular IP header (whi...
Jul 14, 20227 min read643
