apc_fetch Fetch a stored variable from the cache &reftitle.description; mixedapc_fetch mixedkey boolsuccess Fetchs a stored variable from the cache. &reftitle.parameters; 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. &reftitle.returnvalues; The stored variable or array of variables on success; &false; on failure &reftitle.examples; A <function>apc_fetch</function> example ]]> &example.outputs; &reftitle.changelog; &Version; &Description; 3.0.17 The success parameter was added. &reftitle.seealso; apc_store apc_delete APCIterator