Is there anyway I can ping a remote host using php?
If you want something like actual ping try these. These are ICMP based implementations.
stackoverflow.com/questions/20467432/php-how-to-p…
https://github.com/clue/php-icmp-react
However, you can check the response status of request using
Marco Alka
Software Engineer, Technical Consultant & Mentor
Did you try to do that?