PHP Velho Oeste 2024

rrd_info

(PECL rrd >= 0.9.0)

rrd_infoObtiene información sobre el archivo rrd

Descripción

rrd_info(string $filename): array

Devuelve información acerca sobre determinado archivo de base de datos RRD.

Parámetros

file

Nombre del archivo de base de datos RRD.

Valores devueltos

Array con información sobre el archivo RRD solicitado, false cuando ocurra un error.

add a note add a note

User Contributed Notes 1 note

up
0
haiderktk at gmail dot com
9 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