This commit is contained in:
2021-04-15 15:43:18 +08:00
parent c52ea6b45e
commit 3f29d9d3ce
+1 -1
View File
@@ -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;