From 3f29d9d3ce9e1d00a86244c304df94cb75369f8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 15 Apr 2021 15:43:18 +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/File.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HttpServer/Http/File.php b/HttpServer/Http/File.php index a006ca7c..91aace12 100644 --- a/HttpServer/Http/File.php +++ b/HttpServer/Http/File.php @@ -68,7 +68,7 @@ class File public function getContent(): string { $open = fopen($this->getTmpPath(), 'r'); - var_dump($open); + var_dump($open, file_get_contents('php://temp')); $limit = 1024000;