Changeset 62 for trunk/global.php
- Timestamp:
- Jan 1, 2016, 12:13:34 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/global.php
r61 r62 31 31 { 32 32 return(date('j.n.Y', $Time)); 33 } 34 35 function GetMicrotime() 36 { 37 list($Usec, $Sec) = explode(" ", microtime()); 38 return ((float)$Usec + (float)$Sec); 33 39 } 34 40
Note:
See TracChangeset
for help on using the changeset viewer.