Subversion Repositories qbpwcf-lib(archive)

Rev

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

Rev 529 Rev 638
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) 2015~2023 Min-Jhin,Chen
6
    Copyright (C) 2015~2024 Min-Jhin,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 38... Line 38...
38
#$result["error"],錯誤訊息陣列.
38
#$result["error"],錯誤訊息陣列.
39
#$result["function"],當前執行的函數名稱.
39
#$result["function"],當前執行的函數名稱.
40
#$result["content"],結果.
40
#$result["content"],結果.
41
#必填參數:
41
#必填參數:
42
#$conf["server"],字串,組態服務設定服務的網址
42
#$conf["server"],字串,組態服務設定服務的網址
43
#$conf["server"]="https://config.qbpwcf.org";
-
 
44
$conf["server"]="https://latest.qbpwcf.org/sample/config::server.php";
43
$conf["server"]="https://latest.qbpwcf.org/sample/config::server.php";
45
#$conf["postName"],字串,POST變數的名稱,亦即要查尋的定義名稱.
44
#$conf["postName"],字串,POST變數的名稱,亦即要查尋的定義名稱.
46
$conf["postName"]="169.254.1.1";
45
$conf["postName"]="169.254.1.1";
47
#$conf["fileArgu"],字串,變數__FILE__的內容.
46
#$conf["fileArgu"],字串,變數__FILE__的內容.
48
$conf["fileArgu"]=__FILE__;
47
$conf["fileArgu"]=__FILE__;