Subversion Repositories php-qbpwcf

Rev

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

Rev 218 Rev 220
Line 11015... Line 11015...
11015
		#$result["running"],是否還在執行.
11015
		#$result["running"],是否還在執行.
11016
		#$result["pid"],pid.
11016
		#$result["pid"],pid.
11017
		#$result["statusCode"],執行結束後的代碼.
11017
		#$result["statusCode"],執行結束後的代碼.
11018
		#必填參數:
11018
		#必填參數:
11019
		#$conf["command"],字串,要執行的指令.
11019
		#$conf["command"],字串,要執行的指令.
11020
		$conf["external::callShell"]["command"]=escapeshellarg(pathinfo(__FILE__)["dirname"])."/../../bin/parse";
11020
		$conf["external::callShell"]["command"]=pathinfo(__FILE__)["dirname"]."/../../bin/parse";
11021
		#$conf["fileArgu"],字串,變數__FILE__的內容.
11021
		#$conf["fileArgu"],字串,變數__FILE__的內容.
11022
		$conf["external::callShell"]["fileArgu"]=__FILE__;
11022
		$conf["external::callShell"]["fileArgu"]=__FILE__;
11023
		#可省略參數:
11023
		#可省略參數:
11024
		#$conf["argu"],陣列字串,指令搭配的參數,預設為空陣列.
11024
		#$conf["argu"],陣列字串,指令搭配的參數,預設為空陣列.
11025
		$conf["external::callShell"]["argu"]=array($conf["cmdStr"]);
11025
		$conf["external::callShell"]["argu"]=array($conf["cmdStr"]);