qlg.tsgz.moe/vendor/swoole/examples/hot_update_class.php
2019-09-06 23:53:10 +08:00

7 lines
98 B
PHP
Executable File

<?php
class HotUpdate {
public function getData()
{
return "hello world~~".PHP_EOL;
}
}