Delicious Bookmark this on Delicious Share on Facebook SlashdotSlashdot It! Digg! Digg



PHP : Function Reference : Alternative PHP Cache : apc_sma_info

apc_sma_info

Retrieves APC's Shared Memory Allocation information (PECL apc:2.0-3.0.9)
array apc_sma_info ( [bool limited] )

Example 215. A apc_sma_info() 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
                       )

               )

       )

)

Change Language


Follow Navioo On Twitter
apc_add
apc_cache_info
apc_clear_cache
apc_compile_file
apc_define_constants
apc_delete
apc_fetch
apc_load_constants
apc_sma_info
apc_store
eXTReMe Tracker