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 39... Line 39...
39
#$result["comment"],函式說明
39
#$result["comment"],函式說明
40
#$result["argvType"],傳入參數的型態,""表示不用參數
40
#$result["argvType"],傳入參數的型態,""表示不用參數
41
#$result["returnVarType"],回傳的變數型態,目前尚無法判斷其型態為string、int、float、double、boolean的哪一個,所以先一律視為"string"
41
#$result["returnVarType"],回傳的變數型態,目前尚無法判斷其型態為string、int、float、double、boolean的哪一個,所以先一律視為"string"
42
#$result["return"]["name"],回傳的變數名稱
42
#$result["return"]["name"],回傳的變數名稱
43
#$result["return"]["comment"],回傳的變數註解
43
#$result["return"]["comment"],回傳的變數註解
44
#$result["mustBeFilled"]["dataCount"],不可省略的參數陣列元素數量 
44
#$result["mustBeFilled"]["dataCount"],不可省略的參數陣列元素數量
45
#$result["optionalFilled"]["dataCount"],可省略的參數陣列元素數量
45
#$result["optionalFilled"]["dataCount"],可省略的參數陣列元素數量
46
#$result["mustBeFilled"]["name"],不可省略的參數陣列
46
#$result["mustBeFilled"]["name"],不可省略的參數陣列
47
#$result["mustBeFilled"]["comment"],不可省略的參數註解陣列
47
#$result["mustBeFilled"]["comment"],不可省略的參數註解陣列
48
#$result["optionalFilled"]["name"],可省略的參數陣列
48
#$result["optionalFilled"]["name"],可省略的參數陣列
49
#$result["optionalFilled"]["comment"],可省略的參數註解陣列
49
#$result["optionalFilled"]["comment"],可省略的參數註解陣列
Line 90... Line 90...
90
	#無.
90
	#無.
91
	#備註:
91
	#備註:
92
	#無.
92
	#無.
93
	$record=logs::record($conf);
93
	$record=logs::record($conf);
94
	unset($conf);
94
	unset($conf);
95
	
95
 
96
	#結束執行
96
	#結束執行
97
	exit(1);
97
	exit(1);
98
 
98
 
99
	}#if end
99
	}#if end
100
	
100
 
101
#debug
101
#debug
102
var_dump($getFunctionConstruction);
102
var_dump($getFunctionConstruction);