Tema: microtime()
Ver Mensaje Individual
  #8 (permalink)  
Antiguo 19/03/2008, 17:41
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Re: microtime()

Código PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Test microtime</title>
</head>
<body>
<h1>Test de Micro time</h1>
<?php
echo sprintf"Microtime: %s"microtime() );
?>
</body>
</html>
Corriendo bajo un XP Prof SP2, y me devuelve el tiempo actual.

Saludos.