phpkin icon indicating copy to clipboard operation
phpkin copied to clipboard

function zipkin_timestamp not work in the windows environment

Open uasier opened this issue 7 years ago • 0 comments

public function zipkin_timestamp()
{
    $str = microtime();
    $fstr =  substr($str,11,10).substr($str,2,6);
    return $fstr;
}

uasier avatar Dec 19 '18 01:12 uasier