标签: php web apache2 readfile
我想显示一个.log文件。为此,我使用Php的file_puts_contents函数。我必须解码文件,但是它不起作用。 这是我的代码:
$openFile = file_get_contents($PathToLog); echo(zlib_decode(substr($openFile, 10, 100)));