time() TIMER in seconds or just numbers

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



what does time();

$t1 = time();

{

do something
}
$t2 = time();

$end_time = $t2 - $t1;
echo $end_time;

what does $end_time represent?

how do you determine the next 5 mins?
-- 
Best Wishes
willandy.co.uk

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux