apcu_key_info

apcu_key_info - Get detailed information about the cache key
Manual
Code Examples

apcu_key_info( string$key ): array|null

Get detailed information about the cache key

Parameters

key

Get detailed information about the cache key

Return Values

An array containing the detailed information about the cache key, or null if the key does not exist.

Related Functions

Example of apcu_key_info

Show all examples for apcu_key_info

PHP Version:


Function apcu_key_info:

APC User Cache Functions

Most used PHP functions