#!/usr/bin/php addServer('localhost', 11211); $stats = $m->getStats(); if(is_array($stats)) { echo("<<>>\n"); echo(serialize($m->getStats())); echo("\n"); } ?>