mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
mistake in see also
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147887 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7be5f1939b
commit
9d577b4126
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.output-reset-rewrite-vars">
|
||||
<refnamediv>
|
||||
<refname>output_reset_rewrite_vars</refname>
|
||||
|
@ -46,7 +46,7 @@ echo '<a href="file.php">link</a>';
|
|||
</example>
|
||||
</para>
|
||||
<para>
|
||||
See also <function>ob_add_rewrite_var</function>,
|
||||
See also <function>output_add_rewrite_var</function>,
|
||||
<function>ob_flush</function>, <function>ob_list_handlers</function> and
|
||||
<function>session_start</function>.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue