apcu_delete
PECL apcu >= 4.0.0
apcu_delete - Removes a stored variable from the cache
Manual
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.