vrana           Wed Aug 22 15:44:31 2007 UTC

  Modified files:              
    /phpdoc/en/reference/unicode/functions      unicode-decode.xml 
                                                unicode-encode.xml 
                                                unicode-get-error-mode.xml 
  Log:
  Fix protos
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/unicode/functions/unicode-decode.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/unicode/functions/unicode-decode.xml
diff -u phpdoc/en/reference/unicode/functions/unicode-decode.xml:1.3 
phpdoc/en/reference/unicode/functions/unicode-decode.xml:1.4
--- phpdoc/en/reference/unicode/functions/unicode-decode.xml:1.3        Mon Aug 
20 04:50:47 2007
+++ phpdoc/en/reference/unicode/functions/unicode-decode.xml    Wed Aug 22 
15:44:31 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <refentry xml:id="function.unicode-decode" 
xmlns="http://docbook.org/ns/docbook";>
  <refnamediv>
   <refname>unicode_decode</refname>
@@ -8,7 +8,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>unicode </type><methodname>unicode_decode</methodname>
+   <type>unicode</type><methodname>unicode_decode</methodname>
    <methodparam><type>string</type><parameter>input</parameter></methodparam>
    
<methodparam><type>string</type><parameter>encoding</parameter></methodparam>
    <methodparam 
choice="opt"><type>int</type><parameter>errmode</parameter></methodparam>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/unicode/functions/unicode-encode.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/unicode/functions/unicode-encode.xml
diff -u phpdoc/en/reference/unicode/functions/unicode-encode.xml:1.6 
phpdoc/en/reference/unicode/functions/unicode-encode.xml:1.7
--- phpdoc/en/reference/unicode/functions/unicode-encode.xml:1.6        Mon Aug 
20 04:50:47 2007
+++ phpdoc/en/reference/unicode/functions/unicode-encode.xml    Wed Aug 22 
15:44:31 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <refentry xml:id="function.unicode-encode" 
xmlns="http://docbook.org/ns/docbook";>
  <refnamediv>
   <refname>unicode_encode</refname>
@@ -11,7 +11,7 @@
    <type>string</type><methodname>unicode_encode</methodname>
    <methodparam><type>unicode</type><parameter>input</parameter></methodparam>
    
<methodparam><type>string</type><parameter>encoding</parameter></methodparam>
-   <methodparam><type>int</type><parameter>errmode</parameter></methodparam>
+   <methodparam 
choice="opt"><type>int</type><parameter>errmode</parameter></methodparam>
   </methodsynopsis>
   <para>
    Takes a <type>unicode</type> string and converts it to a string in 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/unicode/functions/unicode-get-error-mode.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/unicode/functions/unicode-get-error-mode.xml
diff -u phpdoc/en/reference/unicode/functions/unicode-get-error-mode.xml:1.1 
phpdoc/en/reference/unicode/functions/unicode-get-error-mode.xml:1.2
--- phpdoc/en/reference/unicode/functions/unicode-get-error-mode.xml:1.1        
Mon Aug 20 04:48:50 2007
+++ phpdoc/en/reference/unicode/functions/unicode-get-error-mode.xml    Wed Aug 
22 15:44:31 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry xmlns="http://docbook.org/ns/docbook"; 
xml:id="function.unicode-get-error-mode">
  <refnamediv>
   <refname>unicode_get_error_mode</refname>
@@ -9,7 +9,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>unicode_get_error_mode</methodname>
+   <type>int</type><methodname>unicode_get_error_mode</methodname>
    <methodparam><type>int</type><parameter>direction</parameter></methodparam>
   </methodsynopsis>
   <para>

Reply via email to