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