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