Initial commit.
This commit is contained in:
14
lib/php/monica/hires.inc.php
Normal file
14
lib/php/monica/hires.inc.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
// File name: hires.inc.php
|
||||
// Description: Extended PHP subroutine to get a high resulution time
|
||||
// Date: 2002-04-16
|
||||
// Author: imacat <imacat@pristine.com.tw>
|
||||
// Copyright: Copyright (C) 2002-2007 Pristine Communications
|
||||
|
||||
// time_hires: Get a high resulution time
|
||||
function time_hires()
|
||||
{
|
||||
return array_sum(explode(" ", microtime()));
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user