| 
 | apc_fetchFetch a stored variable from the cache Description
   mixed apc_fetch
    ( mixed  $key[, bool&$success] )Fetchs a stored variable from the cache. Parameters
 
 Return Values
   The stored variable or array of variables on success;  Examples
 Example #1 A apc_fetch example 
<?phpThe above example will output: string(3) "BAR" Changelog
 See Also
 
 |