Skip to content

Instantly share code, notes, and snippets.

@ryaan-anthony
Created March 29, 2016 20:30
Show Gist options
  • Save ryaan-anthony/a2aa9c42a76453b95510765fc561a18c to your computer and use it in GitHub Desktop.
Save ryaan-anthony/a2aa9c42a76453b95510765fc561a18c to your computer and use it in GitHub Desktop.
<?php
echo gethostname() . PHP_EOL;
!function_exists('apc_clear_cache') ? : apc_clear_cache();
!function_exists('apc_clear_cache') ? : apc_clear_cache('user');
!function_exists('opcache_reset') ? : opcache_reset();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment