![]() |
Documentación GVHIDRA 3.1.5
|
Ir al código fuente de este archivo.
Namespaces | |
namespace | Smarty |
Funciones | |
smarty_core_get_microtime ($params, &$smarty) |
smarty_core_get_microtime | ( | $ | params, |
&$ | smarty | ||
) |
Get seconds and microseconds
Definición en la línea 12 del archivo core.get_microtime.php.
{ $mtime = microtime(); $mtime = explode(" ", $mtime); $mtime = (double)($mtime[1]) + (double)($mtime[0]); return ($mtime); }