Subversion Repositories qbpwcf-lib(archive)

Rev

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

Rev 874 Rev 875
Line 1258... Line 1258...
1258
		#$result["warning"],警告訊息陣列
1258
		#$result["warning"],警告訊息陣列
1259
		#$result["argu"],使用的參數.
1259
		#$result["argu"],使用的參數.
1260
		#$result["content"],建立的目錄路徑.
1260
		#$result["content"],建立的目錄路徑.
1261
		#必填參數:
1261
		#必填參數:
1262
		#$conf["dirPositionAndName"]="";#新建的位置與名稱
1262
		#$conf["dirPositionAndName"]="";#新建的位置與名稱
1263
		$conf["dirPositionAndName"]=$rootPath.$name;
1263
		$conf["dirPositionAndName"]=$rootPath;
1264
		#$conf["fileArgu"],字串,php變數__FILE__的內容,亦即該檔案在檔案系統的絕對路徑
1264
		#$conf["fileArgu"],字串,php變數__FILE__的內容,亦即該檔案在檔案系統的絕對路徑
1265
		$conf["fileArgu"]=__FILE__;
1265
		$conf["fileArgu"]=__FILE__;
1266
		#可省略參數:
1266
		#可省略參數:
1267
		#$conf["dirPermission"],字串,新建資料夾的權限設定,預設爲0770,亦即擁有者,同群組者可以讀,寫,存取,其他人僅能存取.
1267
		#$conf["dirPermission"],字串,新建資料夾的權限設定,預設爲0770,亦即擁有者,同群組者可以讀,寫,存取,其他人僅能存取.
1268
		#$conf["dirPermission"]="";
1268
		#$conf["dirPermission"]="";
Line 1325... Line 1325...
1325
		#$result["content"],複製好的檔案路徑與名稱.
1325
		#$result["content"],複製好的檔案路徑與名稱.
1326
		#必填參數:
1326
		#必填參數:
1327
		#$conf["file"],字串,檔案的位置與名稱.
1327
		#$conf["file"],字串,檔案的位置與名稱.
1328
		$conf["file"]="qbpwcf";
1328
		$conf["file"]="qbpwcf";
1329
		#$conf["to"],字串,檔案要複製到哪裡.
1329
		#$conf["to"],字串,檔案要複製到哪裡.
1330
		$conf["to"]=$rootPath.$name;
1330
		$conf["to"]=$rootPath;
1331
		#$conf["fileArgu"],字串,__FILE__的內容,預設為當前檔案的位置.
1331
		#$conf["fileArgu"],字串,__FILE__的內容,預設為當前檔案的位置.
1332
		$conf["fileArgu"]=__FILE__;
1332
		$conf["fileArgu"]=__FILE__;
1333
		#可省略參數:
1333
		#可省略參數:
1334
		#$conf["username"],字串,要以哪個使用者來執行,預設為執行該php程式的使用者.
1334
		#$conf["username"],字串,要以哪個使用者來執行,預設為執行該php程式的使用者.
1335
		#$conf["username"]="";
1335
		#$conf["username"]="";