|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-09-22 16:40 UTC] iliaa@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 03:00:01 2025 UTC |
<?php ob_start('ob_gzhandler'); ?> 1. html html html <?php ob_start() ?> 2. html html html <?php ob_end_clean(); ob_clean(); ?> 3. html html html <?php ob_end_flush(); ?> This page must display 3. html html html but there is no output. If I remove the callback function, it's ok. I have the same pbm with a user defined callback function.