curt            Sat Aug  7 21:30:40 2004 EDT

  Modified files:              
    /phpdoc/en/reference/funchand/functions     register-tick-function.xml 
    /phpdoc/en/reference/mbstring/functions     mb-convert-variables.xml 
    /phpdoc/en/reference/misc/functions pack.xml 
    /phpdoc/en/reference/strings/functions      fprintf.xml printf.xml 
                                                sprintf.xml 
  Log:
  Fixed proto's to show variable number of args.
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/funchand/functions/register-tick-function.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/funchand/functions/register-tick-function.xml
diff -u phpdoc/en/reference/funchand/functions/register-tick-function.xml:1.7 
phpdoc/en/reference/funchand/functions/register-tick-function.xml:1.8
--- phpdoc/en/reference/funchand/functions/register-tick-function.xml:1.7       Mon 
Dec 15 11:49:46 2003
+++ phpdoc/en/reference/funchand/functions/register-tick-function.xml   Sat Aug  7 
21:30:39 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/funchand.xml, last change in rev 1.12 -->
   <refentry id="function.register-tick-function">
    <refnamediv>
@@ -14,6 +14,7 @@
       <type>void</type><methodname>register_tick_function</methodname>
       <methodparam><type>callback</type><parameter>function</parameter></methodparam>
       <methodparam 
choice="opt"><type>mixed</type><parameter>arg</parameter></methodparam>
+      <methodparam 
choice="opt"><type>mixed</type><parameter>...</parameter></methodparam>
      </methodsynopsis>
     <simpara>
      Registers the function named by <parameter>func</parameter> to be
http://cvs.php.net/diff.php/phpdoc/en/reference/mbstring/functions/mb-convert-variables.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/mbstring/functions/mb-convert-variables.xml
diff -u phpdoc/en/reference/mbstring/functions/mb-convert-variables.xml:1.4 
phpdoc/en/reference/mbstring/functions/mb-convert-variables.xml:1.5
--- phpdoc/en/reference/mbstring/functions/mb-convert-variables.xml:1.4 Tue Aug  3 
11:51:09 2004
+++ phpdoc/en/reference/mbstring/functions/mb-convert-variables.xml     Sat Aug  7 
21:30:40 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/mbstring.xml, last change in rev 1.1 -->
   <refentry id="function.mb-convert-variables">
    <refnamediv>
@@ -13,6 +13,7 @@
       <methodparam><type>string</type><parameter>to-encoding</parameter></methodparam>
       
<methodparam><type>mixed</type><parameter>from-encoding</parameter></methodparam>
       <methodparam><type>mixed</type><parameter>&amp;vars</parameter></methodparam>
+      <methodparam 
choice="opt"><type>mixed</type><parameter>&amp;...</parameter></methodparam>
      </methodsynopsis>
     <para>
      <function>mb_convert_variables</function> convert 
http://cvs.php.net/diff.php/phpdoc/en/reference/misc/functions/pack.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/misc/functions/pack.xml
diff -u phpdoc/en/reference/misc/functions/pack.xml:1.5 
phpdoc/en/reference/misc/functions/pack.xml:1.6
--- phpdoc/en/reference/misc/functions/pack.xml:1.5     Tue Jul 27 00:48:54 2004
+++ phpdoc/en/reference/misc/functions/pack.xml Sat Aug  7 21:30:40 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/misc.xml, last change in rev 1.4 -->
   <refentry id="function.pack">
    <refnamediv>
@@ -12,6 +12,7 @@
       <type>string</type><methodname>pack</methodname>
       <methodparam><type>string</type><parameter>format</parameter></methodparam>
       <methodparam 
choice="opt"><type>mixed</type><parameter>args</parameter></methodparam>
+      <methodparam 
choice="opt"><type>mixed</type><parameter>...</parameter></methodparam>
      </methodsynopsis>
     <para>
      Pack given arguments into binary string according to
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/fprintf.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/strings/functions/fprintf.xml
diff -u phpdoc/en/reference/strings/functions/fprintf.xml:1.4 
phpdoc/en/reference/strings/functions/fprintf.xml:1.5
--- phpdoc/en/reference/strings/functions/fprintf.xml:1.4       Fri Jul 30 01:04:21 
2004
+++ phpdoc/en/reference/strings/functions/fprintf.xml   Sat Aug  7 21:30:40 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
   <refentry id="function.fprintf">
    <refnamediv>
     <refname>fprintf</refname>
@@ -12,6 +12,7 @@
       <methodparam><type>resource</type><parameter>handle</parameter></methodparam>
       <methodparam><type>string</type><parameter>format</parameter></methodparam>
       <methodparam 
choice="opt"><type>mixed</type><parameter>args</parameter></methodparam>
+      <methodparam 
choice="opt"><type>mixed</type><parameter>...</parameter></methodparam>
      </methodsynopsis>
     <simpara>
      Write a string produced according to <parameter>format</parameter>
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/printf.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/strings/functions/printf.xml
diff -u phpdoc/en/reference/strings/functions/printf.xml:1.6 
phpdoc/en/reference/strings/functions/printf.xml:1.7
--- phpdoc/en/reference/strings/functions/printf.xml:1.6        Fri Jul 30 00:20:42 
2004
+++ phpdoc/en/reference/strings/functions/printf.xml    Sat Aug  7 21:30:40 2004
@@ -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.printf">
    <refnamediv>
@@ -12,6 +12,7 @@
       <type>int</type><methodname>printf</methodname>
       <methodparam><type>string</type><parameter>format</parameter></methodparam>
       <methodparam 
choice="opt"><type>mixed</type><parameter>args</parameter></methodparam>
+      <methodparam 
choice="opt"><type>mixed</type><parameter>...</parameter></methodparam>
      </methodsynopsis>
     <simpara>
      Produces output according to <parameter>format</parameter>, which
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/sprintf.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/strings/functions/sprintf.xml
diff -u phpdoc/en/reference/strings/functions/sprintf.xml:1.11 
phpdoc/en/reference/strings/functions/sprintf.xml:1.12
--- phpdoc/en/reference/strings/functions/sprintf.xml:1.11      Sat Aug  7 13:54:17 
2004
+++ phpdoc/en/reference/strings/functions/sprintf.xml   Sat Aug  7 21:30:40 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
   <refentry id="function.sprintf">
    <refnamediv>
@@ -12,6 +12,7 @@
       <type>string</type><methodname>sprintf</methodname>
       <methodparam><type>string</type><parameter>format</parameter></methodparam>
       <methodparam 
choice="opt"><type>mixed</type><parameter>args</parameter></methodparam>
+      <methodparam 
choice="opt"><type>mixed</type><parameter>...</parameter></methodparam>
      </methodsynopsis>
     <simpara>
      Returns a string produced according to the formatting string

Reply via email to