apcu_delete

PECL apcu >= 4.0.0
apcu_delete - Removes a stored variable from the cache
Manual
Code Examples

apcu_delete( mixed$key ): mixed

Removes a stored variable from the cache.

Parameters

key

A key used to store the value as a string for a single key, or as an array of strings for several keys, or as an APCUIterator object.

Return Values

If key is an array, an indexed array of the keys is returned. Otherwise true is returned on success, or false on failure.

Related Functions

Example of apcu_delete

Show all examples for apcu_delete

PHP Version:


Function apcu_delete:

APC User Cache Functions

Most used PHP functions