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.X.X.X]

The 3 values I want tot put in a table when I run the script

Thanks Sven




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

Martin


-Original Message-
From: bob [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 21, 2002 12:39 AM
To: [EMAIL PROTECTED]
Subject: [PHP] how the "ticks" works?


I don't understand how the 'ticks' works:   please help me.






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



[PHP] how the "ticks" works?

2002-02-20 Thread bob

I don't understand how the 'ticks' works:   please help me.






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