derick          Thu Oct 12 09:21:26 2006 UTC

  Modified files:              
    /phpdoc/en/reference/strings/functions      addcslashes.xml 
                                                addslashes.xml quotemeta.xml 
  Log:
  - Improve and make see-also's consistent here.
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/strings/functions/addcslashes.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc/en/reference/strings/functions/addcslashes.xml
diff -u phpdoc/en/reference/strings/functions/addcslashes.xml:1.8 
phpdoc/en/reference/strings/functions/addcslashes.xml:1.9
--- phpdoc/en/reference/strings/functions/addcslashes.xml:1.8   Sat Aug  6 
13:28:19 2005
+++ phpdoc/en/reference/strings/functions/addcslashes.xml       Thu Oct 12 
09:21:26 2006
@@ -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 @@
     <para>
      See also <function>stripcslashes</function>, 
      <function>stripslashes</function>, 
+     <function>addslashes</function>, 
      <function>htmlspecialchars</function>, and 
      <function>quotemeta</function>.
     </para>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/strings/functions/addslashes.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/strings/functions/addslashes.xml
diff -u phpdoc/en/reference/strings/functions/addslashes.xml:1.3 
phpdoc/en/reference/strings/functions/addslashes.xml:1.4
--- phpdoc/en/reference/strings/functions/addslashes.xml:1.3    Thu Jul 24 
08:48:10 2003
+++ phpdoc/en/reference/strings/functions/addslashes.xml        Thu Oct 12 
09:21:26 2006
@@ -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 @@
     </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>.
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/strings/functions/quotemeta.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/strings/functions/quotemeta.xml
diff -u phpdoc/en/reference/strings/functions/quotemeta.xml:1.4 
phpdoc/en/reference/strings/functions/quotemeta.xml:1.5
--- phpdoc/en/reference/strings/functions/quotemeta.xml:1.4     Thu Feb 24 
14:27:16 2005
+++ phpdoc/en/reference/strings/functions/quotemeta.xml Thu Oct 12 09:21:26 2006
@@ -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>

Reply via email to