Skip to content
Snippets Groups Projects
Commit 309cd42e authored by shammash's avatar shammash Committed by agata
Browse files

fix formatting

parent 05e9c7c4
No related branches found
No related tags found
No related merge requests found
<?php <?php
function print_stat($key, $value) { function print_stat($key, $value) {
echo "apc.$key{service=php,instance=noblogs}: $value\n"; echo "$key: $value\n";
} }
$cache = apc_cache_info('', true); $cache = apc_cache_info('', true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment