#!/usr/bin/env php . */ define('INSTALLDIR', realpath(dirname(__FILE__) . '/../../..')); $helptext = <<fetch()) { print $feedsub->uri . "(" . $feedsub->sub_state . ")"; $result = $feedsub->garbageCollect(); if ($result) { print " INACTIVE\n"; } else { print " ACTIVE\n"; } }