1: | <?php |
2: | $ytetimestart1 = microtime(true); |
3: | if (!defined("start_path")) { |
4: | define("start_path", getcwd()); |
5: | } |
6: | if (defined("PHARAPP")) { |
7: | define("PROJ_PATH", PHARAPP); |
8: | } else { |
9: | define("PROJ_PATH", start_path); |
10: | } |
11: | $cacheFileList = array(); |
12: | |
13: | |
14: | |
15: | |
16: | |
17: | |
18: | |
19: | |
20: | |
21: | |
22: | |
23: | |
24: | |
25: | |
26: | |
27: | |
28: | |
29: | function addCacheList($url, $sec = 0, $type = "controller") {} |
30: | |
31: | |
32: | |
33: | |
34: | function isPharApp() {} |
35: | |
36: | |
37: | |
38: | |
39: | |
40: | function isRegisterCacheItem($url) {} |
41: | function getCacheItem($url) {} |
42: | include_once("{$phppath}/Score/global/global.php"); |
43: | $response_method = "NORMAL"; |
44: | if (defined("PHARAPPW")) { |
45: | $basepath = ""; |
46: | $respath = str_replace("..", "../..", $respath); |
47: | } |
48: | define("NEWLINE", "\n"); |
49: | define("RLINE", "\r"); |
50: | define("TABCHAR", "\t"); |
51: | |
52: | |
53: | |
54: | |
55: | |
56: | function readGlobal($param) {} |
57: | |
58: | |
59: | |
60: | |
61: | |
62: | function writeGlobal($param, $val) {} |
63: | |
64: | |
65: | |
66: | |
67: | function includeOnce($filepath) {} |
68: | |
69: | |
70: | |
71: | |
72: | |
73: | |
74: | function includeOnce2($filepath) {} |
75: | |
76: | |
77: | |
78: | |
79: | function getGlobals() {} |
80: | class stmycache { |
81: | public $url_extension = ".html"; |
82: | public $act = ""; |
83: | public $sact = ""; |
84: | public $evtp = ""; |
85: | public $ctrl = ""; |
86: | public $blnrooturi = true; |
87: | public $htmlfileName = ""; |
88: | public $blnCash = false; |
89: | public $blnPost = false; |
90: | public $blnCashExp = true; |
91: | public $method = ""; |
92: | public $mode = "SERVER"; public $protocol = ""; |
93: | public $blnsecure = false; |
94: | public $uri = ""; |
95: | public $scriptpath = ""; |
96: | public $argv = array(); |
97: | public $type = "NORMAL"; public $isNativeClient = false; |
98: | public $edtmode = false; |
99: | public $ytetimestart1 = 0; |
100: | public $ytetimestart2 = 0; |
101: | public function findbdataToStr($str1) {} |
102: | public function getPostFormData($data) {} |
103: | public function escapetag($str) {} |
104: | public function route() {} |
105: | public function getURLSafeRet($val) {} |
106: | public function checkCache($postdata) {} |
107: | } |
108: | function startSartajPHPEngine() {} |
109: | |