You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
7
vendor/swoole/examples/hot_update_class.php
vendored
Executable file
7
vendor/swoole/examples/hot_update_class.php
vendored
Executable file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
class HotUpdate {
|
||||
public function getData()
|
||||
{
|
||||
return "hello world~~".PHP_EOL;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user