Home > PHP > Function > APC > apc_sma_info()

apc_sma_info()

apc_sma_info - Retrieves APC's Shared Memory Allocation information

Syntax

array apc_sma_info (bool $limited)

Arguments

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

Description

Retrieves APC's Shared Memory Allocation information.

Version

PHP PECL apc >= 2.0.0

Return value

Array of Shared Memory Allocation data; FALSE on failure.