Is there a way of doing a hrad coded tracerout in php , has someone written something like this ? NOT the shell way ...
Is there a ping for php , also NOT a shell command, used thru system() or exec(), but a hardcoded ping() for php ?
thanks a lot
Why would you want to write routines like that if it's already been done in the shell commands?
What's wrong with the shell versions?