game2006api/webapp/testPhp.php
2021-03-31 10:38:59 +08:00

13 lines
196 B
PHP

<?php
public class TestPHP
{
function __construct()
{
error_log("testPhpConstruct===");
}
function testPhp()
{
error_log("testPhp===");
}
}