GoLang RRDCreator::__construct

request it (275)
GoLang replacement for PHP's RRDCreator::__construct [edit | history]



Do you know a GoLang replacement for PHP's RRDCreator::__construct? Write it!

PHP RRDCreator::__construct

PHP original manual for RRDCreator::__construct [ show | php.net ]

RRDCreator::__construct

(PECL rrd >= 0.9.0)

RRDCreator::__constructCreates new RRDCreator instance

Description

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 supported by rrd create call.

intstep

Base interval in seconds with which data will be fed into the RRD database.

Return Values

No value is returned.