From f2cfae058326f625ecf3f5322fe68cdd5ec94034 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 3 Aug 2021 15:20:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HttpServer/Http/Response.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HttpServer/Http/Response.php b/HttpServer/Http/Response.php index 27766d34..ad20553f 100644 --- a/HttpServer/Http/Response.php +++ b/HttpServer/Http/Response.php @@ -219,7 +219,7 @@ class Response extends HttpService } else { $string .= $result . PHP_EOL . PHP_EOL; } - print_r($string . 'Command End!') . PHP_EOL; + echo $string . 'Command End!' . PHP_EOL; } /**