Skip to content

Instantly share code, notes, and snippets.

@FGRibreau
Created August 2, 2010 14:59
Show Gist options
  • Save FGRibreau/504765 to your computer and use it in GitHub Desktop.
Save FGRibreau/504765 to your computer and use it in GitHub Desktop.
if(!function_exists('apc_exists')){
function apc_exists($keys){
$r;
apc_fetch($keys,$r);
return $r;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment