add
This commit is contained in:
parent
d3051409f8
commit
4ee77e26e4
|
@ -5,4 +5,8 @@ class Test {
|
|||
function test () {
|
||||
echo "this is test massage!";
|
||||
}
|
||||
|
||||
function test2 () {
|
||||
return microtime();
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user