Subversion Repositories php-qbpwcf

Rev

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

Rev 77 Rev 121
Line 2689... Line 2689...
2689
	#回傳結果:
2689
	#回傳結果:
2690
	#$result["status"],"true"代表執行正常;"false"代表執行不正常.
2690
	#$result["status"],"true"代表執行正常;"false"代表執行不正常.
2691
	#$result["error"],錯誤訊息陣列.
2691
	#$result["error"],錯誤訊息陣列.
2692
	#$result["function"],當前執行的函式名稱.
2692
	#$result["function"],當前執行的函式名稱.
2693
	#$result["argu"],使用的參數.
2693
	#$result["argu"],使用的參數.
2694
	#$result["content"],執行完指令的結果.
2694
	#$result["content"],執行完指令的結果,回傳的格式為external::callShell的回傳結果.
2695
	#必填參數:
2695
	#必填參數:
2696
	#$conf["fileArgu"],字串,變數__FILE__的內容.
2696
	#$conf["fileArgu"],字串,變數__FILE__的內容.
2697
	$conf["fileArgu"]=__FILE__;
2697
	$conf["fileArgu"]=__FILE__;
2698
	#$conf["command"],字串,要執行的指令名稱.
2698
	#$conf["command"],字串,要執行的指令名稱.
2699
	$conf["command"]="";
2699
	$conf["command"]="";