Manual:$wgRequestTime/zh

From Linux Web Expert

概要

File:OOjs UI icon notice-destructive.svg <translate> Warning:</translate> 这不是一个对象变量,而是由MediaWiki初始化的全局变量。

$wgRequestTime是一个全局microtime浮点数,在请求早期就被初始化用于日志记录、分析和调试。

-{zh-hans:示例; zh-hant:範例;}-

来自Debug.php的一个小片段

global $wgRequestTime;
return array(
    'time' => microtime( true ) - $wgRequestTime,
);