"); # print_r ($opts); $ret = rrd_graph("$imgfile", $opts, count($opts)); if( !is_array($ret) ) { $err = rrd_error(); echo "rrd_graph() ERROR: $err\n"; return FALSE; } else { return $imgfile; } } ?>