A community of PHP developers offering assistance, advice, discussion, and friendship.
Skip to content
Moderator: General Moderators
Post by koen.h » Sun Mar 29, 2009 12:33 pm
Code: Select all
$bar = 'BAR'; apc_store('foo', $bar); var_dump(apc_fetch('foo'));
Post by koen.h » Mon Mar 30, 2009 6:01 am
Return to “Installation and Configuration”