芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/cloud.pulsehost.co.uk/vendor/afterlogic/mailso/lib/MailSo/Base/Loader.php
array( 'phpversion' => PHP_VERSION, 'ssl' => (int) \function_exists('openssl_open'), 'iconv' => (int) \function_exists('iconv') )); if (\MailSo\Base\Utils::FunctionExistsAndEnabled('memory_get_usage') && \MailSo\Base\Utils::FunctionExistsAndEnabled('memory_get_peak_usage')) { $aResult['php']['memory_get_usage'] = Utils::FormatFileSize(\memory_get_usage(true), 2); $aResult['php']['memory_get_peak_usage'] = Utils::FormatFileSize(\memory_get_peak_usage(true), 2); } $iTimeDelta = \microtime(true) - self::GetStatistic('Inited'); self::SetStatistic('TimeDelta', $iTimeDelta); $aResult['statistic'] = self::$aSetStatistic; $aResult['counts'] = self::$aIncStatistic; $aResult['time'] = $iTimeDelta; } return $aResult; } }