mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
grammar
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:
parent
ba0bcff13f
commit
1745782047
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue