Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 136739 программистов и 1161 робот. Сейчас ищут 1052 программиста ...
rrd_graph - Creates image from a data.
Вернуться к: RRD Функции
rrd_graph
(PECL rrd >= 0.9.0)
rrd_graph — Creates image from a data.
Описание
array rrd_graph
( string
$filename
, array $options
)Creates image for a particular data from RRD file.
Список параметров
-
filename -
The filename to output the graph to. This will generally end in either .png, .svg or .eps, depending on the format you want to output.
-
options -
Options for generating image. See man page of rrd graph for all possible options. All options (data definitions, variable defintions, etc.) are allowed.
Возвращаемые значения
Array with information about generated image is returned, FALSE when error
occurs.
Вернуться к: RRD Функции