Patch by David Wakelin

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333204 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2014-03-29 21:55:49 +00:00
parent ba0bcff13f
commit 1745782047

View file

@ -28,8 +28,8 @@ ob_end_flush();
would be stored in the output buffer until
<function>ob_end_flush</function> was called. In the mean time,
the call to <function>setcookie</function> successfully stored a
cookie without causing an error. (You can not normally send
headers to the browser after data has already been sent.)
cookie without causing an error. (Headers cannot normally be sent
to the browser after data has already been sent.)
</para>
</section>
</appendix>