Subversion Repositories qbpwcf-lib(archive)

Rev

Rev 710 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 710 Rev 717
Line 199... Line 199...
199
#$result["content"],用json_decode後的結果;若"inBg"為"true",則其每個元素為其指令執行的結果訊息陣列,key為"status"代表執行是否正常的識別;key為"statusCode"代表程式結束後回傳給對應executeBy程式的數值;key為"output"代表標準輸出,若為resource,則代表為pipe;key為"error"代表非標準輸出,若為resource,則代表為pipe;key為"input"代表成功輸入的指令;key為"process"代表該程序經proc_open後的process source;key為"proc_get_status"代表程序的資訊.
199
#$result["content"],用json_decode後的結果;若"inBg"為"true",則其每個元素為其指令執行的結果訊息陣列,key為"status"代表執行是否正常的識別;key為"statusCode"代表程式結束後回傳給對應executeBy程式的數值;key為"output"代表標準輸出,若為resource,則代表為pipe;key為"error"代表非標準輸出,若為resource,則代表為pipe;key為"input"代表成功輸入的指令;key為"process"代表該程序經proc_open後的process source;key為"proc_get_status"代表程序的資訊.
200
#必填參數:
200
#必填參數:
201
#$conf["server"],字串,組態服務設定服務的網址
201
#$conf["server"],字串,組態服務設定服務的網址
202
$conf["server"]="https://latest.qbpwcf.org/sample/config::server.php";
202
$conf["server"]="https://latest.qbpwcf.org/sample/config::server.php";
203
#$conf["postName"],字串,POST變數的名稱,亦即要查尋的定義名稱.
203
#$conf["postName"],字串,POST變數的名稱,亦即要查尋的定義名稱.
204
$conf["postName"]="";
204
$conf["postName"]="169.254.1.1";
205
#$conf["fileArgu"],字串,變數__FILE__的內容.
205
#$conf["fileArgu"],字串,變數__FILE__的內容.
206
$conf["fileArgu"]=__FILE__;
206
$conf["fileArgu"]=__FILE__;
207
#可省略參數:
207
#可省略參數:
208
#$conf["cache"],字串,預設為"true",代表會啟用cache服務;反之為"false".
208
#$conf["cache"],字串,預設為"true",代表會啟用cache服務;反之為"false".
209
#$conf["cache"]="false";
209
#$conf["cache"]="false";