• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • Examples
  • File List

E:/E/GEAMP/www/openbiz/openbiz/others/Smarty/libs/internals/core.get_microtime.php

00001 <?php
00012 function smarty_core_get_microtime($params, &$smarty)
00013 {
00014     $mtime = microtime();
00015     $mtime = explode(" ", $mtime);
00016     $mtime = (double)($mtime[1]) + (double)($mtime[0]);
00017     return ($mtime);
00018 }
00019 
00020 
00021 /* vim: set expandtab: */
00022 
00023 ?>

Generated on Thu Apr 19 2012 17:01:16 for openbiz by  doxygen 1.7.2