(PECL)
limited
Array of Shared Memory Allocation data; FALSE on failure.
Example 1. A apc_sma_info() example
<?phpprint_r(apc_sma_info());?>
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 ) ) ) )
Warning: Participation in PHPRO.ORG polls may incorrectly lead you to believe your opinions matter.