4
localhostで問題はありません。しかし、サーバー上でコードをテストしたとき、すべてのページの最後にこの通知が表示されます。通知:ob_end_flush():zlibの出力圧縮のバッファを送信できませんでした。
私のコード:
<?php
ob_start();
include 'view.php';
$data = ob_get_contents();
ob_end_clean();
include 'master.php';
ob_end_flush(); // Problem is this line