From 499dfb592074717665db945dfba58b0ed578fb40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 29 Mar 2021 10:54:40 +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/Shutdown.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HttpServer/Shutdown.php b/HttpServer/Shutdown.php index 47902c67..9ed07640 100644 --- a/HttpServer/Shutdown.php +++ b/HttpServer/Shutdown.php @@ -127,8 +127,8 @@ class Shutdown extends Component */ public function close(string $value) { - var_dump($value); $content = file_get_contents($value); + var_dump($value, $content); while ($this->pidIsExists($content)) { // exec('kill -15 ' . $content);