SAMConnection::connect

(PECL sam >= 0.1.0) Establishes a connection to a Messaging Server bool SAMConnection::connect ( string $protocol [, array $properties ] ) Calling the "connect" method on a SAMConnection object connects the PHP script to a messaging server. No messages can be sent or received until a connection is made. Returns: This method returns FALSE if an error occurs.

SAMConnection::commit

(PECL sam >= 0.1.0) Commits (completes) the current unit of work. bool SAMConnection::commit ( void ) Calling the "commit" method on a Connection object commits (completes) all in-flight transactions that are part of the current unit of work. Returns: This method returns FALSE if an error occurs. Examples: Committing the current u

RRDUpdater::update

(PECL rrd >= 0.9.0) Update the RRD database file public bool RRDUpdater::update ( array $values [, string $time = time() ] ) Updates the RRD file defined via RRDUpdater::__construct(). The file is updated with a specific values. Parameters: values Data for update. Key is data source name. time Time value for updating the RRD with a

RRDUpdater::__construct

(PECL rrd >= 0.9.0) Creates new RRDUpdater instance public RRDUpdater::__construct ( string $path ) Creates new RRDUpdater instance. This instance is responsible for updating the RRD database file. Parameters: path Filesystem path for RRD database file, which will be updated. Returns: No value is returned.

RRDGraph::setOptions

(PECL rrd >= 0.9.0) Sets the options for rrd graph export public void RRDGraph::setOptions ( array $options ) Parameters: options List of options for the image generation from the RRD database file. It can be list of strings or list of strings with keys for better readability. Read the rrd graph man pages for list of available options. Returns:

RRDGraph::saveVerbose

(PECL rrd >= 0.9.0) Saves 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. Returns:

RRDGraph::save

(PECL rrd >= 0.9.0) Saves the result of query into image public array RRDGraph::save ( void ) Saves the result of RRD database query into image defined by RRDGraph::__construct(). Returns: Array with information about generated image is returned, FALSE if error occurs.

RRDGraph::__construct

(PECL rrd >= 0.9.0) Creates new RRDGraph instance public RRDGraph::__construct ( string $path ) Creates new RRDGraph instance. This instance is responsible for rendering the result of RRD database query into image. Parameters: path Full path for the newly created image. Returns: No value is returned.

RRDCreator::save

(PECL rrd >= 0.9.0) Saves the RRD database to a file public bool RRDCreator::save ( void ) Saves the RRD database into file, which name is defined by RRDCreator::__construct(). Returns: Returns TRUE on success or FALSE on failure.

RRDCreator::__construct

(PECL rrd >= 0.9.0) Creates new RRDCreator instance public RRDCreator::__construct ( string $path [, string $startTime [, int $step = 0 ]] ) Creates new RRDCreator instance. Parameters: path Path for newly created RRD database file. startTime Time for the first value in RRD database. Parameter supports all formats which are supporte