예제 #1
0
파일: config.php 프로젝트: romuland/khparts
function vmSetStartTime($name = 'current')
{
    VmConfig::setStartTime($name, microtime(TRUE));
}