apcu_sma_info
(PECL apcu >= 4.0.0)
apcu_sma_info — APCu の共有メモリ割り当てに関する情報を取得する
戻り値
共有メモリ割り当てデータの配列を返します。失敗した場合は false
を返します。
例
例1 apcu_sma_info() の例
<?php
print_r(apcu_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
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google