At 4/13/2007 08:56 AM, tedd wrote:
Try:

if ($unix)
   {
   system ("ping -c$count -w$count $host");
   system("killall ping");
   }

slaying all the pings that the user has can bring odd results.
obviously this will kill all the webserver's userid that has pings
running.

--
Gabriel Millerd

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to