コード例 #1
0
ファイル: exec.squid.php プロジェクト: BillTheBest/1.6.x
function dump_cache_peer()
{
    $squid = new squidbee();
    echo $squid->cache_peer();
}