如何解决此错误:PHP警告:zlib_decode():/ Path中的数据错误?

时间:2019-03-21 07:37:43

标签: php web apache2 readfile

我想显示一个.log文件。为此,我使用Php的file_puts_contents函数。我必须解码文件,但是它不起作用。 这是我的代码:

$openFile = file_get_contents($PathToLog);
echo(zlib_decode(substr($openFile, 10, 100)));

0 个答案:

没有答案