rrd_info

(PECL rrd >= 0.9.0)

rrd_infoGets information about rrd file

Descrizione

rrd_info(string $filename): array

Returns information about particular RRD database file.

Elenco dei parametri

file

RRD database file name.

Valori restituiti

Array with information about requested RRD file, o false in caso di fallimento.

add a note add a note

User Contributed Notes 1 note

up
0
haiderktk at gmail dot com
10 years ago
Fatal error: Call to undefined function rrd_info()

i get this error on usage i don't know i have installed rrdtool with php other function like create and update are working fine.
To Top