apc_fetch()
apc_fetch - Fetch a stored variable from the cacheSyntax
mixed apc_fetch (mixed $key, bool &$success)Arguments
- key - The key used to store the value (with apc_store()). If an array is passed then each element is fetched and returned.
- success - Set to TRUE in success and FALSE in failure.
