You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
4
vendor/swoole/examples/process/stdin_stdout.php
vendored
Executable file
4
vendor/swoole/examples/process/stdin_stdout.php
vendored
Executable file
@ -0,0 +1,4 @@
|
||||
<?php
|
||||
fwrite(STDOUT, "Hello master.\n");
|
||||
fwrite(STDOUT, "Master write: ".fgets(STDIN)."\n");
|
||||
|
Reference in New Issue
Block a user