###Function###
MemGetStats

###Description###
Retrieves memory related information.

###Syntax###
MemGetStats ( )


###Parameters###
None.


###ReturnValue###
Returns a seven-element array containing the memory information:<br>
$array[0] = Memory Load (Percentage of memory in use)
$array[1] = Total physical RAM
$array[2] = Available physical RAM
$array[3] = Total Pagefile
$array[4] = Available Pagefile
$array[5] = Total virtual
$array[6] = Available virtual<br>
All memory sizes are in <b>kilobytes</b>.


###Remarks###
None.


###Related###
None.


###Example###
@@IncludeExample@@
