You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
4
vendor/swoole/examples/event/stdin.php
vendored
Executable file
4
vendor/swoole/examples/event/stdin.php
vendored
Executable file
@ -0,0 +1,4 @@
|
||||
<?php
|
||||
swoole_event_add(STDIN, function($fp) {
|
||||
echo "STDIN: ".fread($fp, 8192);
|
||||
});
|
Reference in New Issue
Block a user