|
apc_sma_infoRetrieves APC's Shared Memory Allocation information Beschreibung
array apc_sma_info
([ bool
$limited = false
] )Retrieves APC's Shared Memory Allocation information. Parameter-Liste
Rückgabewerte
Array of Shared Memory Allocation data; Beispiele
Beispiel #1 A apc_sma_info example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:
Array
(
[num_seg] => 1
[seg_size] => 31457280
[avail_mem] => 31448408
[block_lists] => Array
(
[0] => Array
(
[0] => Array
(
[size] => 31448408
[offset] => 8864
)
)
)
)
|