Re: php rrd extension in pecl
Miroslav Kubelík <[email protected]>
| Newsgroups | gmane.comp.db.rrdtool.devel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 22 Apr 2011 02:23:44 +0200, Bernard Li <[email protected]> wrote: > For rrdgraph, does it support outputting to stdout (in this case > generating the image on the fly) instead of to a file? This feature > was lacking from the "official" PHP binding. It does, via method RRDGraph::saveVerbose(), no stdout but php array is used as output from this method. What you'll do with the result is up to you. M. Kubelik