PHP » GoLang |
login |
register |
about
|
|
apcu_exists(PECL apcu >= 4.0.0) apcu_exists — Checks if entry exists Return Values
Returns ExamplesExample #1 apcu_exists() example
<?phpThe above example will output something similar to:
Foo exists: apple
Baz does not exist
array(2) {
["foo"]=>
bool(true)
["bar"]=>
bool(true)
}
See Also
|
more
Most requested
more
Last requests
|