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