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