Adding see also links to make sure get_html_translation_table is linked in...

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@91440 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gabor Hojtsy 2002-08-10 10:59:48 +00:00
parent eb35e28c5d
commit 525876b234
2 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
<refentry id="function.htmlentities">
<refnamediv>
@ -59,8 +59,8 @@ function unhtmlentities ($string)
</programlisting>
</example>
<para>
See also <function>htmlspecialchars</function> and
<function>nl2br</function>.
See also <function>get_html_translation_table</function>,
<function>htmlspecialchars</function> and <function>nl2br</function>.
</para>
</refsect1>
</refentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
<refentry id="function.htmlspecialchars">
<refnamediv>
@ -88,8 +88,8 @@ $new = htmlspecialchars("<a href='test'>Test</a>", ENT_QUOTES);
added in PHP 4.1.0.
</para>
<para>
See also <function>htmlentities</function> and
<function>nl2br</function>.
See also <function>get_html_translation_table</function>,
<function>htmlentities</function> and <function>nl2br</function>.
</para>
</refsect1>
</refentry>