?? rrd_last.php
字號(hào):
<? ## the following line is only needed if built as a self-contained ## extension. If you build the rrdtool module as an embedded ## extension, the rrd_* functions will always be available, so you ## do not need the dl() call. dl("rrdtool.so"); ## ## demonstration of the rrd_last() command ## $ret = rrd_last("/some/path/some-router-fe2.rrd"); if ( $ret != - 1 ) { printf("Last update time: %s\n", strftime("%m/%d/%Y %H:%M:%S"), $ret); } else { $err_msg = rrd_error(); echo "Error occurred: $err_msg\n"; }?>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -