update : 2015.11.03
php.shukuma.com검색:
|
RRDGraph::setOptions(PECL rrd >= 0.9.0) RRDGraph::setOptions — Sets the options for rrd graph export 설명
public void RRDGraph::setOptions
( array
$options
)
인수
반환값값을 반환하지 않습니다. 예제
Example #1 RRDGraph::setOptions() example
<?php Example #2 Set multiple color options
<?php Don't use key value syntax for same rrd option. It looks more readable, but it doesn't work.
<?php In nature of php it's same as
<?php |