Subversion Repositories qbpwcf-lib(archive)

Rev

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

Rev 495 Rev 529
Line 26... Line 26...
26
namespace qbpwcf;
26
namespace qbpwcf;
27
 
27
 
28
#匯入套件
28
#匯入套件
29
require_once("qbpwcf/allInOne.php");
29
require_once("qbpwcf/allInOne.php");
30
 
30
 
-
 
31
#建議的log位置
-
 
32
$logFile=$_SERVER["DOCUMENT_ROOT"].$_SERVER["PHP_SELF"].".log";
-
 
33
 
31
#函式說明:
34
#函式說明:
32
#將資料夾打包成.tar.zst檔案
35
#將資料夾打包成.tar.zst檔案
33
#回傳的結果:
36
#回傳的結果:
34
#$result["status"],執行是否正常,"true"代表正常,"false"代表不正常.
37
#$result["status"],執行是否正常,"true"代表正常,"false"代表不正常.
35
#$result["error"],錯誤訊息.
38
#$result["error"],錯誤訊息.