mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
b4833d1ae6
commit
5ffceab568
2 changed files with 6 additions and 2 deletions
|
@ -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; // <a href='test'>Test</a>
|
|||
&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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue