Subversion Repositories php-qbpwcf

Rev

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

Rev 81 Rev 226
Line 1... Line 1...
1
<?php
1
<?php
2
 
2
 
3
/*
3
/*
4
 
4
 
5
        QBPWCF, Quick Build PHP website Component base on Fedora Linux.
5
        QBPWCF, Quick Build PHP website Component base on Fedora Linux.
6
    Copyright (C) 2014~2025 Min-Jhin,Chen
6
    Copyright (C) 2014~2025 MIN ZHI, CHEN
7
 
7
 
8
    This file is part of QBPWCF.
8
    This file is part of QBPWCF.
9
 
9
 
10
    QBPWCF is free software: you can redistribute it and/or modify
10
    QBPWCF is free software: you can redistribute it and/or modify
11
    it under the terms of the GNU General Public License as published by
11
    it under the terms of the GNU General Public License as published by
Line 33... Line 33...
33
#回傳結果:
33
#回傳結果:
34
#$result["status"],"true"表示執行成功;"false"表示執行失敗
34
#$result["status"],"true"表示執行成功;"false"表示執行失敗
35
#$result["error"],錯誤訊息.
35
#$result["error"],錯誤訊息.
36
#$result["function"],當前執行的函數名稱.
36
#$result["function"],當前執行的函數名稱.
37
#$result["dataCount"],有幾筆符合的資料
37
#$result["dataCount"],有幾筆符合的資料
38
#$result["neededList"],符合條件的檔案清單		
38
#$result["neededList"],符合條件的檔案清單
39
#必填參數:
39
#必填參數:
40
#$conf["folderAddress"],字串,要讀取的函式庫目錄
40
#$conf["folderAddress"],字串,要讀取的函式庫目錄
41
$conf["folderAddress"]=$assetsDir."/phpLib/";
41
$conf["folderAddress"]=$assetsDir."/phpLib/";
42
#$conf["fileArgu"],字串,__FILE__的內容.
42
#$conf["fileArgu"],字串,__FILE__的內容.
43
$conf["fileArgu"]=__FILE__;
43
$conf["fileArgu"]=__FILE__;
Line 77... Line 77...
77
	#無.
77
	#無.
78
	#備註:
78
	#備註:
79
	#無.
79
	#無.
80
	$record=logs::record($conf);
80
	$record=logs::record($conf);
81
	unset($conf);
81
	unset($conf);
82
	
82
 
83
	#結束執行
83
	#結束執行
84
	exit(1);
84
	exit(1);
85
 
85
 
86
	}#if end
86
	}#if end
87
	
87
 
88
#debug
88
#debug
89
var_dump($getLibFileList);
89
var_dump($getLibFileList);