RE: [PHP] how the "ticks" works?

2002-03-06 Thread Sven Jacobs
Hey I want to run a shell script, all the values that are returned normal by that script I want to put as var. For example tracert X.X.X.X 1 <10 ms <10 ms <10 ms blablabla.bla.com [X.X.X.X] 2 <10 ms10 ms10 ms RFC1918-Host [X.X.X.X] 3 <10 ms10 ms10 ms BUOPS [X

RE: [PHP] how the "ticks" works?

2002-02-20 Thread Martin Towell
As the manual says - it executes the "tick" function every 'n' low-level statement - but what's counted as a low-level statement, I don't know... It appears that, in the example, the low-level statements are the "for" and the "echo" If anyone can shed light on this subject, I'd be interested too