This commit is contained in:
2026-06-12 15:41:04 -04:00
parent 40e7bf7898
commit 5f0a0c3a95
5 changed files with 34 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
require_once __DIR__ . '/vendor/autoload.php';
$server = stream_socket_server("tcp://127.0.0.1:23000",$errno,$errstr);
$stream = new \Potter\Stream\Stream($server);
echo $stream->getContents();