Skip to content

Instantly share code, notes, and snippets.

@gaybro8777
Forked from FGRibreau/APC_exists.php
Created May 24, 2018 01:53
Show Gist options
  • Save gaybro8777/7864122ab8d39fb40961183f9bde7a52 to your computer and use it in GitHub Desktop.
Save gaybro8777/7864122ab8d39fb40961183f9bde7a52 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