mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Fix grammar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75131 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
53be4f6a16
commit
66ec894603
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.27 $ -->
|
||||
<!-- $Revision: 1.28 $ -->
|
||||
<reference id="ref.outcontrol">
|
||||
<title>Output Control Functions</title>
|
||||
<titleabbrev>Output Control</titleabbrev>
|
||||
|
@ -156,9 +156,9 @@ ob_end_flush();
|
|||
<function>ob_end_clean</function>,
|
||||
<function>ob_end_flush</function>, <function>ob_clean</function>,
|
||||
<function>ob_flush</function> and <function>ob_start</function>
|
||||
may not be called from callback function. If you call them from
|
||||
callback function, behavior is undefined. If you would like to
|
||||
delete buffer contents, return "" (null string) from callback
|
||||
may not be called from a callback function. If you call them from
|
||||
callback function, the behavior is undefined. If you would like to
|
||||
delete the contents of a buffer, return "" (a null string) from callback
|
||||
function.
|
||||
</para>
|
||||
<example>
|
||||
|
|
Loading…
Reference in a new issue