Subversion Repositories qbpwcf-lib(archive)

Rev

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

Rev 864 Rev 868
Line 1315... Line 1315...
1315
		#$result["error"],錯誤訊息.
1315
		#$result["error"],錯誤訊息.
1316
		#$result["function"],當前執行的函式名稱.
1316
		#$result["function"],當前執行的函式名稱.
1317
		#$result["content"],複製好的檔案路徑與名稱.
1317
		#$result["content"],複製好的檔案路徑與名稱.
1318
		#必填參數:
1318
		#必填參數:
1319
		#$conf["file"],字串,檔案的位置與名稱.
1319
		#$conf["file"],字串,檔案的位置與名稱.
1320
		$conf["file"]="../";
1320
		$conf["file"]="qbpwcf";
1321
		#$conf["to"],字串,檔案要複製到哪裡.
1321
		#$conf["to"],字串,檔案要複製到哪裡.
1322
		$conf["to"]=$rootPath.$name;
1322
		$conf["to"]=$rootPath.$name;
1323
		#$conf["fileArgu"],字串,__FILE__的內容,預設為當前檔案的位置.
1323
		#$conf["fileArgu"],字串,__FILE__的內容,預設為當前檔案的位置.
1324
		$conf["fileArgu"]=__FILE__;
1324
		$conf["fileArgu"]=__FILE__;
1325
		#可省略參數:
1325
		#可省略參數: