update : 2015.11.03
php.shukuma.com검색:
|
RRDUpdater::update(PECL rrd >= 0.9.0) RRDUpdater::update — Update the RRD database file 설명
public bool RRDUpdater::update
( array
$values
[, string $time
= time()
] )Updates the RRD file defined via RRDUpdater::__construct(). The file is updated with a specific values. 인수
반환값
성공 시 오류/예외Throws a Exception on error. 예제
Example #1 RRDUpdater::update() examples
<?php |