You are here: Problem with ob_get_contents() « PHP « IT news, forums, messages
Problem with ob_get_contents()

Posted by Prathaban Mookiah on 04/09/05 14:58

Hello,

I've posted a miniature version of my code here to explain my problem.

<CODE>

<?
phpinfo();

ob_start();

register_shutdown_function("hello");

echo ("HELLO");

die();

function hello()
{

$logfile = "logfile";

$error_string = ob_get_contents();

if(!$handle = fopen($logfile, "a"))
{
echo("Could not open logfile for writing!");
ob_end_flush();
exit;
}

if(fwrite($handle, $error_string) === FALSE)
{
echo("Could not write to logfile!");
ob_end_flush();
exit;
}

fclose($handle);

ob_end_clean();

}

?>

</CODE>

This simply does not work the way it should. i.e ob_get_contents doen't return
any string and the buffer just gets flushed by itself at termination.

Though the PHP manual says it is not possible to retrieve the contents of any
output buffers using ob_get_contents() with PHP < 4.0.6. But I am using PHP 5.
x.x

Thanks in advance for any help.

Prathap

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация