Added cross-references

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147171 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2003-12-22 15:42:17 +00:00
parent b4833d1ae6
commit 5ffceab568
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
<refentry id="function.htmlspecialchars">
<refnamediv>
@ -93,6 +93,7 @@ echo $new; // &lt;a href=&#039;test&#039;&gt;Test&lt;/a&gt;
&reference.strings.charsets;
<para>
See also <function>get_html_translation_table</function>,
<function>strip_tags</function>,
<function>htmlentities</function>, and <function>nl2br</function>.
</para>
</refsect1>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
<refentry id="function.strip-tags">
<refnamediv>
@ -51,6 +51,9 @@ $string = strip_tags($string, '<a><b><i><u>');
to other users.
</para>
</warning>
<para>
See also <function>htmlspecialchars</function>.
</para>
</refsect1>
</refentry>