Skip to content

Instantly share code, notes, and snippets.

<?php
function microtime_float()
{
list($usec, $sec) = explode(" ", microtime());
return ((float)$usec + (float)$sec);
}
$time_start = microtime_float();
$request = array(
'Credentials' => array(