RRDCreator
PHP Manual

RRDCreator::addDataSource

(PECL rrd >= 0.9.0)

RRDCreator::addDataSourceAdds data source definition into created RRD database.

説明

public void RRDCreator::addDataSource ( string $description )

A RRD can accept input from several data sources (DS), e.g incomming and outgoing traffic. This method adds data source by description of source. You need call this method for each data source.

パラメータ

description

Definition of data source - DS. This has same format as DS definition in rrd create command. See man page of rrd create for more details.

返り値

値を返しません。


RRDCreator
PHP Manual