Subversion Repositories qbpwcf-lib(archive)

Rev

Rev 836 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 836 Rev 839
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~2024 Min-Jhin,Chen
6
    Copyright (C) 2014~2025 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 35... Line 35...
35
$nameOfSample="window.qbpwcf.clientFile";
35
$nameOfSample="window.qbpwcf.clientFile";
36
$nameOfSample="window.qbpwcf.clientFile user candeled";
36
$nameOfSample="window.qbpwcf.clientFile user candeled";
37
$nameOfSample="window.qbpwcf.openWindow";
37
$nameOfSample="window.qbpwcf.openWindow";
38
$nameOfSample="window.qbpwcf.ws";
38
$nameOfSample="window.qbpwcf.ws";
39
$nameOfSample="window.qbpwcf.ws-20250104";
39
$nameOfSample="window.qbpwcf.ws-20250104";
-
 
40
$nameOfSample="window.qbpwcf.ws-20250108";
40
 
41
 
41
#函式說明:
42
#函式說明:
42
#抓取命令列的參數.
43
#抓取命令列的參數.
43
#回傳結果:
44
#回傳結果:
44
#$result["status"],執行是否正常,"true"代表正常,"false"代表不正常.
45
#$result["status"],執行是否正常,"true"代表正常,"false"代表不正常.