Subversion Repositories php-qbpwcf

Rev

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

Rev 75 Rev 121
Line 26379... Line 26379...
26379
							return $result;
26379
							return $result;
26380
						
26380
						
26381
							}#if end
26381
							}#if end
26382
						
26382
						
26383
						#debug
26383
						#debug
26384
						#var_dump($execAnyCmdbyQBPWCFunixSocket["content"]);	
26384
						#var_dump(__LINE__,$execAnyCmdbyQBPWCFunixSocket["content"]);
26385
						
26385
						
26386
						#函式說明:
26386
						#函式說明:
26387
						#解析 ss 指令的輸出
26387
						#解析 ss 指令的輸出
26388
						#回傳結果:
26388
						#回傳結果:
26389
						#$result["status"],執行是否正常,"true"代表正常,"false"代表不正常.
26389
						#$result["status"],執行是否正常,"true"代表正常,"false"代表不正常.
Line 26392... Line 26392...
26392
						#$result["argu"],使用的參數.
26392
						#$result["argu"],使用的參數.
26393
						#$result["columns"],解析好的欄位名稱陣列.
26393
						#$result["columns"],解析好的欄位名稱陣列.
26394
						#$result["content"],解析好的內容陣列.
26394
						#$result["content"],解析好的內容陣列.
26395
						#必填參數:
26395
						#必填參數:
26396
						#$conf["input"],字串陣列,要解析的內容,包含header.
26396
						#$conf["input"],字串陣列,要解析的內容,包含header.
26397
						$conf["parser::ss"]["input"]=$execAnyCmdbyQBPWCFunixSocket["content"];
26397
						$conf["parser::ss"]["input"]=$execAnyCmdbyQBPWCFunixSocket["content"]["output"];
26398
						#可省略參數:
26398
						#可省略參數:
26399
						#無.
26399
						#無.
26400
						#參考資料:
26400
						#參考資料:
26401
						#無.
26401
						#無.
26402
						#備註:
26402
						#備註: