apcu_exists
PECL apcu >= 4.0.0
apcu_exists - Checks if entry exists
Code Examples
Example #1 apcu_exists example
Result: Foo exists: apple
Baz does not exist
array(2) {
["foo"]=>
bool(true)
["bar"]=>
bool(true)
}