Dokumentation
Sys_GetMemoryInfo
array Sys_GetMemoryInfo ()
Rückgabewert
Array mit Informationen zum Gesamtspeicherverbrauch und virtuellen Speicherverbrauch
Beschreibung
Gibt Informationen zum Speicherverbrauch des Betriebssystems.
Beispiel
print_r(Sys_GetMemoryInfo());
/*
Array
(
[TOTALPHYSICAL] => 1072467968
[AVAILPHYSICAL] => 526647296
[TOTALPAGEFILE] => 2420019200
[AVAILPAGEFILE] => 1386422272
[TOTALVIRTUAL] => 2147352576
[AVAILVIRTUAL] => 1906978816
)
*/