with load data */ public function loadavg(): array { return ['loadavg' => 0]; } /** * Gets information about memory usage * * @return array with memory usage data */ public function memory(): array { return []; } /** * Checks whether class is supported in this environment */ public static function isSupported(): bool { return true; } }