Vai alla documentazione di questo file. 3 require
'../../../_src/_lib/_string.tools.php';
5 header(
"content-type: text/plain" );
6 header(
"refresh: 5" );
8 $memcache = memcache_connect(
'localhost', 11211);
12 echo sprintf(
'%01.2f',
$stats[
'bytes'] * 100 /
$stats[
'limit_maxbytes'] ) .
'% in uso' . PHP_EOL;
13 echo
'trovati ' .
$stats[
'get_hits'] .
' oggetti contro ' .
$stats[
'get_misses'] .
' non trovati' . PHP_EOL;