I have a function that needs to ping 5 machines on the internal network. I am using the command below:
//EXECUTA O PING
exec("ping " . $host, $output, $result);
What happens is as follows. If I put a non-standard ip, such as "192.999.999....
asked by
13.10.2016 / 13:28