mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Only shutdown destructors have sent headers
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241637 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a0dc96f9db
commit
5095c89b15
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<sect1 xml:id="language.oop5.decon" xmlns="http://docbook.org/ns/docbook">
|
||||
<title>Constructors and Destructors</title>
|
||||
|
||||
|
@ -99,8 +99,8 @@ $obj = new MyDestructableClass();
|
|||
</para>
|
||||
<note>
|
||||
<para>
|
||||
Destructor is called during the script shutdown so headers are always
|
||||
already sent.
|
||||
Destructors called during the script shutdown have HTTP headers already
|
||||
sent.
|
||||
</para>
|
||||
</note>
|
||||
<note>
|
||||
|
|
Loading…
Reference in a new issue