Dutch PHP Conference 2025 - Call For Papers

RRDCreator::addDataSource

(PECL rrd >= 0.9.0)

RRDCreator::addDataSourceAdds data source definition for RRD database

Опис

public RRDCreator::addDataSource(string $description): void

RRD can accept input from several data sources (DS), e.g incoming and outgoing traffic. This method adds data source by description. 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.

Значення, що повертаються

Не повертає значень.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top