検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 42 for RRD (0.005 sec.)
Fetch the data for graph as array 9042
« rrd_error rrd_first » PHP Manual RRD 関数 Fetch the data for graph as array rrd_fetch (PECL rrd ... d >= 0.9.0) rrd_fetch — Fetch the data for graph as array 説明 rrd ... $options ): array Gets data for graph output from RRD database file as array. This function has same res ... ult as rrd_graph() , but fetched data are returned as array, ... no image file is created. パラメータ filename RRD database file name. options Array of options for r ...
https://man.plustar.jp/php/function.rrd-fetch.html - [similar]
Gets information about last updated data 8965
« rrd_last rrd_restore » PHP Manual RRD 関数 Gets information about last updated data rrd_lastup ... date (PECL rrd >= 0.9.0) rrd_lastupdate — Gets information about ... last updated data 説明 rrd_lastupdate ( string $filename ): array Gets array ... red for each date in the most recent update of the RRD database file. パラメータ file RRD database file n ... ます. 関連キーワード: information , data , updated , rrd , RRD , lastupdate , file , database , array , upd ...
https://man.plustar.jp/php/function.rrd-lastupdate.html - [similar]
Gets latest error message 8903
« rrd_create rrd_fetch » PHP Manual RRD 関数 Gets latest error message rrd_error (PECL rrd >= 0. ... 9.0) rrd_error — Gets latest error message 説明 rrd_error ( ... ): string Returns latest global rrd error message. パラメータ この関数にはパラメータは ... り値 Latest error message. 関連キーワード: latest , rrd , 関数 , パラメータ , create , fetch , RRD , strin ...
https://man.plustar.jp/php/function.rrd-error.html - [similar]
Procedural PECL/rrd example 8903
« 例 OOP PECL/rrd example » PHP Manual 例 Procedural PECL/rrd example Procedural PECL/rrd exampl ... e 例1 Procedural usage of rrd <?php $rrdFile = dirname ( __FILE__ ) . "/speed.rr ... d" ; //create rrd file rrd_create ( $rrdFile , array( "--start" , 92 ... E:0.5:1:24" , "RRA:AVERAGE:0.5:6:10" ) ); //update rrd file rrd_update ( $rrdFile , array( "920804700:123 ... 45" , "920805000:12357" ) ); //graph output rrd_graph ( dirname ( __FILE__ ) . "/speed.png" , arra ...
https://man.plustar.jp/php/rrd.examples-procedural.html - [similar]
Creates image from a data 8872
« rrd_first rrd_info » PHP Manual RRD 関数 Creates image from a data rrd_graph (PECL rrd >= 0.9. ... 0) rrd_graph — Creates image from a data 説明 rrd_graph ( ... ): array Creates image for a particular data from RRD file. パラメータ filename The filename to output t ... ions Options for generating image. See man page of rrd graph for all possible options. All options (data ... を返します. 関連キーワード: data , Creates , from , rrd , graph , filename , definitions , output , array ...
https://man.plustar.jp/php/function.rrd-graph.html - [similar]
Gets information about underlying rrdtool library 8763
« rrd_update rrd_xport » PHP Manual RRD 関数 Gets information about underlying rrdtool library rrd ... rd_version (PECL rrd >= 1.0.0) rrd_version — Gets information about und ... erlying rrdtool library 説明 rrd_version (): string Returns in ... formation about underlying rrdtool library. パラメータ この関数にはパラメータはあ ... りません。 戻り値 String with rrdtool version number e.g. "1.4.3". 関連キーワード: i ...
https://man.plustar.jp/php/function.rrd-version.html - [similar]
Adds data source definition for RRD database 8701
« RRDCreator::addArchive RRDCreator::__construct » PHP Manual RRDCreator Adds data source defini ... tion for RRD database RRDCreator::addDataSource (PECL rrd >= 0. ... 9.0) RRDCreator::addDataSource — Adds data source definitio ... n for RRD database 説明 public RRDCreator::addDataSource ( s ... tring $description ): void RRD can accept input from several data sources (DS), e ...
https://man.plustar.jp/php/rrdcreator.adddatasource.html - [similar]
Close any outstanding connection to rrd caching daemon 8299
« rrd_xport RRDCreator » PHP Manual RRD 関数 Close any outstanding connection to rrd caching dae ... mon rrdc_disconnect (PECL rrd >= 1.1.2) rrdc_disconnect — ... Close any outstanding connection to rrd caching daemon 説明 rrdc_disconnect (): void Close ... any outstanding connection to rrd caching daemon. This function is automatically cal ... ありません。 戻り値 値を返しません。 関連キーワード: rrd , outstanding , connection , caching , daemon , rr ...
https://man.plustar.jp/php/function.rrdc-disconnect.html - [similar]
8237
« 定義済み定数 Procedural PECL/rrd example » PHP Manual RRD 例 例 目次 Procedural PECL/rrd examp ... le OOP PECL/rrd example 関連キーワード: 例 , rrd , example , Proce ... dural , 定義 , 定数 , RRD , ...
https://man.plustar.jp/php/rrd.examples.html - [similar]
OOP PECL/rrd example 8206
« Procedural PECL/rrd example RRD 関数 » PHP Manual 例 OOP PECL/rrd example OOP PECL/rrd example ... 例1 OO usage of rrd <?php $rrdFile = dirname ( __FILE__ ) . "/speed.rr ... rname ( __FILE__ ) . "/speed.png" ; $creator = new RRDCreator ( $rrdFile , "now -10d" , 500 ); $creator - ... E:0.5:6:10" ); $creator -> save (); $updater = new RRDUpdater ( $rrdFile ); $updater -> update (array( "s ... peed" => "12357" ), "920805000" ); $graphObj = new RRDGraph ( $outputPngFile ); $graphObj -> setOptions ( ...
https://man.plustar.jp/php/rrd.examples-oop.html - [similar]
PREV 1 2 3 4 5 NEXT