Skip to content

Instantly share code, notes, and snippets.

@gjerokrsteski
Created March 23, 2015 12:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gjerokrsteski/19ab0eeb23f7c8fd5534 to your computer and use it in GitHub Desktop.
Save gjerokrsteski/19ab0eeb23f7c8fd5534 to your computer and use it in GitHub Desktop.
clear apc cache
<?php
apc_clear_cache();
apc_clear_cache('user');
apc_clear_cache('opcode');
echo 'success = true'.PHP_EOL;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment