PhpRiot
Follow phpriot on Twitter
Sponsored Link
Become Zend Certified

Prepare for the ZCE exam using our quizzes (web or iPad/iPhone). More info...


When you're ready get 7.5% off your exam voucher using voucher CJQNOV23 at the Zend Store
Free iPad/iPhone App
Available on the App Store

  • PHP manual
  • Zend Framework manual
  • Smarty manual
  • PHP articles
  • PHP training

RRDGraph::saveVerbose

(PECL rrd >= 0.9.0)

RRDGraph::saveVerboseSaves the RRD database query into image and returns the verbose information about generated graph.

Description

public array RRDGraph::saveVerbose ( void )

Saves the RRD database query into image file defined by method RRDGraph::__construct and returns the verbose information about generated graph, if "-" is used as image filename, image data are also returned in result array.

Parameters

This function has no parameters.

Return Values

Array with detailed information about generated image is returned, optionally with image data, FALSE if error occurs.

PHP Manual