PHP » GoLang |
login |
register |
about
|
|
apc_exists(PECL apc >= 3.1.4) apc_exists — Checks if APC key exists Return Values
Returns ExamplesExample #1 apc_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
|