예제 #1
0
 function timeDiff($mtime, $str)
 {
     FB::Send(number_format(microtime(true) - $mtime, 4), $str);
 }