update : 2015.11.03
php.shukuma.com

검색:
 
 
Saves the RRD database query into image and returns the verbose information about generated graph.

RRDGraph::saveVerbose

(PECL rrd >= 0.9.0)

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

설명

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.

인수

이 함수는 인수가 없습니다.

반환값

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