apcu_enabled
PHP Manual
PHP Manual»APCu Functions»apcu_enabled

apcu_enabled

(PECL apcu >= 4.0.3)

apcu_enabledWhether APCu is usable in the current environment

Description

function apcu_enabled(): bool

Returns whether APCu is usable in the current environment.

Parameters

This function has no parameters.

Return Values

Returns true when APCu is usable in the current environment, false otherwise.

To Top