Subversion Repositories php-qbpwcf

Rev

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

Rev 98 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) 2015~2024 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 62... Line 62...
62
#解析PHP檔案裡面的變數.
62
#解析PHP檔案裡面的變數.
63
#回傳結果:
63
#回傳結果:
64
#$result["status"],執行是否正常,"true"代表正常,"false"代表不正常.
64
#$result["status"],執行是否正常,"true"代表正常,"false"代表不正常.
65
#$result["error"],錯誤訊息.
65
#$result["error"],錯誤訊息.
66
#$result["function"],當前執行的函數名稱.
66
#$result["function"],當前執行的函數名稱.
67
#$result["argu"],所使用的參數.	
67
#$result["argu"],所使用的參數.
68
#$result["content"],找到的變數內容陣列.
68
#$result["content"],找到的變數內容陣列.
69
#$result["content"]["value"],依找到變數順序的數值.
69
#$result["content"]["value"],依找到變數順序的數值.
70
#$result["content"]["struc"],依找到變數順序的階層結構.
70
#$result["content"]["struc"],依找到變數順序的階層結構.
71
#$result["content"]["direct"],變數名稱對應的數值內容.
71
#$result["content"]["direct"],變數名稱對應的數值內容.
72
#必填參數:
72
#必填參數:
Line 119... Line 119...
119
	}#if end
119
	}#if end
120
 
120
 
121
#debug
121
#debug
122
var_dump($parseVaraiableInPHPfile);
122
var_dump($parseVaraiableInPHPfile);
123
 
123
 
124
?>
-
 
125
124
?>
-
 
125