PHP Code Snippets Tagged with time
(2)
$starttime - type the time for loading the script
$endtime - type time when to end the script loading
$totaltime - total time , its difference from start and end time.
I thought this was pretty neat and useful. You can combine strtotime with the date function to create your own date verbally. This is just an alternative to using mktime that's a little more intuiti



