mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
- Improve and make see-also's consistent here.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@221619 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5bf18bc49c
commit
7673c15e7a
3 changed files with 10 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.addcslashes">
|
||||
<refnamediv>
|
||||
|
@ -80,6 +80,7 @@ echo addcslashes("zoo['.']", 'z..A');
|
|||
<para>
|
||||
See also <function>stripcslashes</function>,
|
||||
<function>stripslashes</function>,
|
||||
<function>addslashes</function>,
|
||||
<function>htmlspecialchars</function>, and
|
||||
<function>quotemeta</function>.
|
||||
</para>
|
||||
|
|
|
@ -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.addslashes">
|
||||
<refnamediv>
|
||||
|
@ -59,6 +59,8 @@ echo addslashes($str);
|
|||
</para>
|
||||
<para>
|
||||
See also <function>stripslashes</function>,
|
||||
<function>stripcslashes</function>,
|
||||
<function>addcslashes</function>,
|
||||
<function>htmlspecialchars</function>,
|
||||
<function>quotemeta</function>, and
|
||||
<function>get_magic_quotes_gpc</function>.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.139 -->
|
||||
<refentry id="function.quotemeta">
|
||||
<refnamediv>
|
||||
|
@ -22,10 +22,12 @@
|
|||
|
||||
<simpara>
|
||||
See also <function>addslashes</function>,
|
||||
<function>addcslashes</function>,
|
||||
<function>htmlentities</function>,
|
||||
<function>htmlspecialchars</function>,
|
||||
<function>nl2br</function>, and
|
||||
<function>stripslashes</function>.
|
||||
<function>nl2br</function>,
|
||||
<function>stripslashes</function>, and
|
||||
<function>stripcslashes</function>.
|
||||
</simpara>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue