Top

PHP Code Snippets Tagged with time

  (2)  
Sort by 
$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.
Tags: generated  page  time  web 
4 comment(s)   |   Score: 5.5   |   Language: PHP   |   Posted by Delicon on Apr 11, 2008
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
Tags: date  time  timestamp 
3 comment(s)   |   Score: 7.0   |   Language: PHP   |   Posted by Hawkee on Nov 02, 2005
Bottom