function microtimeFloat() { list($usec,$sec) = explode(" ", microtime()); return((float)$usec (float)$sec);} 1.測試file_put_contents 複製 ...
確定! 回上一頁