This commit is contained in:
lq 2024-05-14 13:40:50 +08:00
parent d3051409f8
commit 4ee77e26e4

View File

@ -5,4 +5,8 @@ class Test {
function test () {
echo "this is test massage!";
}
function test2 () {
return microtime();
}
}