downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

apc_store> <apc_load_constants
Last updated: Fri, 20 Nov 2009

view this page in

apc_sma_info

(PECL apc >= 2.0.0)

apc_sma_info Retrieves APC's Shared Memory Allocation information

Descrierea

array apc_sma_info ([ bool $limited = false ] )

Retrieves APC's Shared Memory Allocation information.

Parametri

limited

When set to FALSE (default) apc_sma_info() will return a detailed information about each segment.

Valorile întroarse

Array of Shared Memory Allocation data; FALSE on failure.

Exemple

Example #1 A apc_sma_info() example

<?php
print_r
(apc_sma_info());
?>

Exemplul de mai sus va afişa ceva similar cu:

Array
(
    [num_seg] => 1
    [seg_size] => 31457280
    [avail_mem] => 31448408
    [block_lists] => Array
        (
            [0] => Array
                (
                    [0] => Array
                        (
                            [size] => 31448408
                            [offset] => 8864
                        )

                )

        )

)

Vedeţi de asemenea



add a note add a note User Contributed Notes
apc_sma_info
There are no user contributed notes for this page.

apc_store> <apc_load_constants
Last updated: Fri, 20 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites