PHP » GoLang |
login |
register |
about
|
apcu_sma_info(PECL apcu >= 4.0.0) apcu_sma_info — Retrieves APCu Shared Memory Allocation information Description
array apcu_sma_info
([ bool
$limited = FALSE
] )Retrieves APCu Shared Memory Allocation information. Parameters
Return Values
Array of Shared Memory Allocation data; Examples
Example #1 A apcu_sma_info() example
<?php The above example will output something similar to: Array ( [num_seg] => 1 [seg_size] => 31457280 [avail_mem] => 31448408 [block_lists] => Array ( [0] => Array ( [0] => Array ( [size] => 31448408 [offset] => 8864 ) ) ) ) |
more
Recently updated
more
Most requested
more
Last requests
|