System.Time()->sec;
(2) Result: 1039193222
System.Time()->usec;
(3) Result: 527634
/ Per Hedbor ()
Previous text:
2002-12-06 17:46: Subject: gettimeoday
Looks like that to me:
time();System.gettimeofday();
(1) Result: 1039193137 (2) Result: ({ /* 4 elements */ 1039193137, 451164, 0, 0 })
/ Johan Sundström (ärkehertig av Lysators rootgrupp)