add global_function and ZMRequest class

This commit is contained in:
whale
2020-03-19 17:43:27 +08:00
parent 9417c3f323
commit 4187bab913
3 changed files with 86 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?php
//这里写你的全局函数
function phptest(){
echo "Nothing.\n";
}