Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: apc_sma_info - Manual
[go: Go Back, main page]

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

search for in the

apc_store" width="11" height="7"/> <apc_load_constants
Last updated: Sun, 07 May 2006
view this page in

apc_sma_info

(PECL)

apc_sma_info --  APC の共有メモリ割り当てに関する情報を取得する

説明

array apc_sma_info ( void )

返り値

共有メモリ割り当てデータの配列を返します。失敗した場合は FALSE を返します。

例 1. apc_sma_info() の例

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

上の例の出力は、たとえば 以下のようになります。

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

                )

        )

)



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

apc_store" width="11" height="7"/> <apc_load_constants
Last updated: Sun, 07 May 2006
 
 
show source | credits | sitemap | contact | advertising | mirror sites