TIME
Posted: Fri Jul 05, 2002 12:22 pm
Is it possible to get the "PHP script's CPU TIME"?
Sorry for my english!
Sorry for my english!
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
$getdate = date( "l dS of F Y" );
$gettime = date( "h:i:s A" );
PRINT "The Date Is <b>$getdate</b>.";
echo "<br /><br />";
PRINT "The Time Is <b>$gettime</b>.";