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

<apc_define_constantsapc_fetch>
Last updated: Thu, 26 Jun 2008

apc_delete

(PECL apc:3.0.0-3.0.9)

apc_delete — Removes a stored variable from the cache

Description

bool apc_delete ( string $key )

Removes a stored variable from the cache.

Parameters

key

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

Return Values

Returns TRUE on success or FALSE on failure.

Examples

Example #1 A apc_delete() example

<?php
$bar
= 'BAR';
apc_store('foo', $bar);
apc_delete('foo');
// this is obviously useless in this form
?>



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




<apc_define_constantsapc_fetch>
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