downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  

<apc_deleteapc_load_constants>
Last updated: Thu, 26 Jun 2008

apc_fetch

(PECL apc:3.0.0-3.0.9)

apc_fetch — Fetch a stored variable from the cache

Description

mixed apc_fetch ( string $key )

Fetchs a stored variable from the cache.

Parameters

key

The key used to store the value (with apc_store()).

Return Values

The stored variable on success; FALSE on failure

Examples

Example #1 A apc_fetch() example

<?php
$bar
= 'BAR';
apc_store('foo', $bar);
var_dump(apc_fetch('foo'));
?>

The above example will output:

string(3) "BAR"



add a noteadd a note User Contributed Notes
Fetch a stored variable from the cache
There are no user contributed notes for this page.




<apc_deleteapc_load_constants>
Last updated: Thu, 26 Jun 2008
show source | credits | sitemap | contact | advertising | mirror sites
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://phpbuilder.com/
Last updated: Tue Nov 1 20:20:59 2005 EST
Columns / Articles | Tips / Quickies | News | News Linking and RSS Feeds | Shared Code Library
Mail Archives | Support / Discussion Forums | Get Started! Links | Contribute! | Docs