I know that
$time=localtime(time);
print $time;
it works and prints the entire time , date ......
1- I would to know how to calculate milliseconds
2- And how to calculate the time lenght of a function in milliseconds (cant seem to quite get it right!)
ex: file scan of entire hard drive (the lenght of that procedure)
Please help!
thanks for all the help in advance Knowledge is the first step to Greatness!!!
$time=localtime(time);
print $time;
it works and prints the entire time , date ......
1- I would to know how to calculate milliseconds
2- And how to calculate the time lenght of a function in milliseconds (cant seem to quite get it right!)
ex: file scan of entire hard drive (the lenght of that procedure)
Please help!
thanks for all the help in advance Knowledge is the first step to Greatness!!!