/usr/share/phpmyadmin/libraries/classes/Server/SysInfo
NameSizeModeActions
Base.php7720644editdlrm
Linux.php26200644editdlrm
SunOs.php19030644editdlrm
SysInfo.php17900644editdlrm
WindowsNt.php33630644editdlrm
Edit: /usr/share/phpmyadmin/libraries/classes/Server/SysInfo/Base.php (772B)
0]; } /** * Gets information about memory usage * * @return array with memory usage data */ public function memory() { return []; } /** * Checks whether class is supported in this environment * * @return bool true on success */ public function supported() { return true; } }