Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.
this function is only available on operating systems that support the gettimeofday() system call.
文字列 "msec sec" を返します。sec は現在時刻を unix epoch (1970年1月1日 00:00:00)からの通算秒としたもので、msec は マイクロ秒の部分です。この関数は、システムコール gettimeofday() を サポートするオペレーティング・システム上でのみ使用可能です。
if your system does not support this function at system level, this php function will always return false.
この関数は posix関数ではなく、bsd および system v のシステムで 共通な関数です。使用するシステムがこの関数をシステムレベルで サポートしない場合、phpは常に false を返します。