Query: apc_sma_info
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
APC_SMA_INFO(3) 1 APC_SMA_INFO(3) apc_sma_info - Retrieves APC's Shared Memory Allocation informationSYNOPSISarray apc_sma_info ([bool $limited = false])DESCRIPTIONRetrieves APC's Shared Memory Allocation information.PARAMETERSo $limited - When set to FALSE (default) apc_sma_info(3) will return a detailed information about each segment.RETURN VALUESArray of Shared Memory Allocation data; FALSE on failure.EXAMPLESExample #1 A apc_sma_info(3) example <?php print_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 ) ) ) )SEE ALSOAPC configuration directives. PHP Documentation Group APC_SMA_INFO(3)
Related Man Pages |
---|
array_chunk(3) - php |
ini_get_all(3) - php |
http_persistent_handles_count(3) - php |
uasort(3) - php |
wincache_fcache_fileinfo(3) - php |
Similar Topics in the Unix Linux Community |
---|
Simple rules of the UNIX.COM forums: |
Rules for Homework & Coursework Questions Forum |
UNIX.COM 2017 Year End Summary |
Please Welcome Don Cragun as Lead Moderator |