- Fix grammar

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75131 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Derick Rethans 2002-03-25 12:07:13 +00:00
parent 53be4f6a16
commit 66ec894603

View file

@ -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>