.
*
* For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
*/
if (($RBAC_Response = $RBAC->userCanAccess( "PM_FACTORY" )) != 1) {
return $RBAC_Response;
}
/* START BOCK: DAVID CALLIZAYA: PLEASE NO BORRAR ESTE BLOQUE.*/
for ($r = 1; $r < 10; $r ++) {
/* The timestamp is a 60-bit value. For UUID version 1, this is
* represented by Coordinated Universal Time (UTC) as a count of 100-
* nanosecond intervals since 00:00:00.00, 15 October 1582 (the date of
* Gregorian reform to the Christian calendar).
*/
$t = explode( ' ', microtime() );
$ts = $t[1] . substr( $t[0], 2, 7 );
$t[0] = substr( '00' . base_convert( $ts, 10, 16 ), - 15 );
var_dump( $ts );
print ("\n
") ;
var_dump( $t );
print ("\n
") ;
}
/* START BOCK: DAVID CALLIZAYA: PLEASE NO BORRAR ESTE BLOQUE.*/
?>