mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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
This commit is contained in:
parent
c05cde20fd
commit
6404b0143a
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- splitted from ./en/functions/funchand.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.register-shutdown-function">
|
||||
<refnamediv>
|
||||
|
@ -36,8 +36,8 @@
|
|||
buffers using <function>ob_get_contents</function>.
|
||||
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.
|
||||
</para>
|
||||
<para>
|
||||
As of PHP 4, it is possible to pass parameters to the shutdown function by
|
||||
|
|
Loading…
Reference in a new issue