mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-10 02:05:34 +08:00
add global_function and ZMRequest class
This commit is contained in:
7
src/Custom/global_function.php
Normal file
7
src/Custom/global_function.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
//这里写你的全局函数
|
||||
|
||||
function phptest(){
|
||||
echo "Nothing.\n";
|
||||
}
|
||||
Reference in New Issue
Block a user