From 6404b0143a90a2be738115850136c4cd1a618bf7 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 12 Apr 2005 07:58:41 +0000 Subject: [PATCH] Clarify that OB functions can't be used in the shutdown function (bug #32665) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184201 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/funchand/functions/register-shutdown-function.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/funchand/functions/register-shutdown-function.xml b/reference/funchand/functions/register-shutdown-function.xml index a05a3f5360..3e0f88c8d6 100644 --- a/reference/funchand/functions/register-shutdown-function.xml +++ b/reference/funchand/functions/register-shutdown-function.xml @@ -1,5 +1,5 @@ - + @@ -36,8 +36,8 @@ buffers using ob_get_contents. Since PHP 4.1, the shutdown functions are called as the part of the request so that it's possible to send the output from them. There is - currently no way to process the data after the request has been - completed. + currently no way to process the data with output buffering functions in + the shutdown function. As of PHP 4, it is possible to pass parameters to the shutdown function by