【发布时间】:2016-12-06 05:56:07
【问题描述】:
我在本地主机上没有任何问题。但是当我在服务器上测试我的代码时,每一页的结尾我都会看到这个通知。
我的代码:
<?php
ob_start();
include 'view.php';
$data = ob_get_contents();
ob_end_clean();
include 'master.php';
ob_end_flush(); // Problem is this line
【问题讨论】:
标签: php wordpress compression buffer zlib