Changeset 62 for trunk/global.php


Ignore:
Timestamp:
Jan 1, 2016, 12:13:34 PM (8 years ago)
Author:
chronos
Message:
  • Modified: stat_functions changed to PHP class.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/global.php

    r61 r62  
    3131{
    3232  return(date('j.n.Y', $Time));
     33}
     34
     35function GetMicrotime()
     36{
     37  list($Usec, $Sec) = explode(" ", microtime());
     38  return ((float)$Usec + (float)$Sec);
    3339}
    3440
Note: See TracChangeset for help on using the changeset viewer.