php man page for apc_delete

Query: apc_delete

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

APC_DELETE(3)								 1							     APC_DELETE(3)

apc_delete - Removes a stored variable from the cache

SYNOPSIS
mixed apc_delete (string $key)
DESCRIPTION
Removes a stored variable from the cache.
PARAMETERS
o $key - The $key used to store the value (with apc_store(3)).
RETURN VALUES
Returns TRUE on success or FALSE on failure.
EXAMPLES
Example #1 A apc_delete(3) example <?php $bar = 'BAR'; apc_store('foo', $bar); apc_delete('foo'); // this is obviously useless in this form ?>
SEE ALSO
apc_store(3), apc_fetch(3). PHP Documentation Group APC_DELETE(3)
Related Man Pages
apc_fetch(3) - php
apc_store(3) - php
wincache_ucache_add(3) - php
wincache_ucache_delete(3) - php
wincache_ucache_inc(3) - php
Similar Topics in the Unix Linux Community
Rules for Homework &amp; Coursework Questions Forum
UNIX.COM 2017 Year End Summary
Please Welcome Don Cragun as Lead Moderator
Please Welcome Ravinder Singh to the Moderation Team
Please Welcome Nicki Paul to the Moderator Team!