Query: rrd_create
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RRD_CREATE(3) 1 RRD_CREATE(3) rrd_create - Creates rrd database fileSYNOPSISbool rrd_create (string $filename, array $options)DESCRIPTIONCreates the rdd database file.PARAMETERSo $filename - Filename for newly created rrd file. o $options - Options for rrd create - list of strings. See man page of rrd create for whole list of options.RETURN VALUESReturns TRUE on success or FALSE on failure. PHP Documentation Group RRD_CREATE(3)