PHP apc_fetch function
apc_fetch
(PECL)
apc_fetch --Fetch a stored variable from the cache
Descriptionmixed apc_fetch ( string key )
Parameters
key
The key used to store the value (with
apc_store()).
Return Values
The stored variable on success; FALSE on failure
Example 1. A apc_fetch() example
The above example will output:
string(3) "BAR"See Also
apc_store()apc_delete()
Home | PHP Functions | PHP apc_fetch function
You’re currently reading “ PHP apc_fetch function ,” an entry on BRADINO
- Published:
- 2.26.07 / 1am
- Category:
- PHP Functions














Have your say