hholzgra                Fri Feb  8 06:25:52 2002 EDT

  Modified files:              
    /phpdoc/en/functions        strings.xml 
  Log:
  added 2nd prototype variant for strtr()
  
  
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.158 phpdoc/en/functions/strings.xml:1.159
--- phpdoc/en/functions/strings.xml:1.158       Sat Feb  2 10:36:09 2002
+++ phpdoc/en/functions/strings.xml     Fri Feb  8 06:25:51 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.158 $ -->
+<!-- $Revision: 1.159 $ -->
  <reference id="ref.strings">
   <title>String functions</title>
   <titleabbrev>Strings</titleabbrev>
@@ -3461,6 +3461,11 @@
       <methodparam><type>string</type><parameter>str</parameter></methodparam>
       <methodparam><type>string</type><parameter>from</parameter></methodparam>
       <methodparam><type>string</type><parameter>to</parameter></methodparam>
+     </methodsynopsis>
+     <methodsynopsis>
+      <type>string</type><methodname>strtr</methodname>
+      <methodparam><type>string</type><parameter>str</parameter></methodparam>
+      
+<methodparam><type>array</type><parameter>replace_pairs</parameter></methodparam>
      </methodsynopsis>
     <para>
      This function returns a copy of <parameter>str</parameter>,


Reply via email to