2019-09-06 23:53:10 +08:00

5 lines
84 B
PHP
Executable File

<?php
swoole_event_add(STDIN, function($fp) {
echo "STDIN: ".fread($fp, 8192);
});