[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pear-doc
Subject:    [PEAR-DOC] cvs: peardoc /en/package/internationalisation/i18nv2/i18nv2-negotiator getcharsetmatch.xm
From:       "Michael Wallner" <mike () php ! net>
Date:       2004-03-30 15:22:33
Message-ID: cvsmike1080660153 () cvsserver
[Download RAW message or body]

mike		Tue Mar 30 10:22:33 2004 EDT

  Modified files:              
    /peardoc/en/package/internationalisation/i18nv2/i18nv2-negotiator	
                                                                     \
getcharsetmatch.xml   Log:
  * seems that this one got missed
  
http://cvs.php.net/diff.php/peardoc/en/package/internationalisation/i18nv2/i18nv2-negotiator/getcharsetmatch.xml?r1=1.1&r2=1.2&ty=u
                
Index: peardoc/en/package/internationalisation/i18nv2/i18nv2-negotiator/getcharsetmatch.xml
                
diff -u peardoc/en/package/internationalisation/i18nv2/i18nv2-negotiator/getcharsetmatch.xml:1.1 \
peardoc/en/package/internationalisation/i18nv2/i18nv2-negotiator/getcharsetmatch.xml:1.2
                
--- peardoc/en/package/internationalisation/i18nv2/i18nv2-negotiator/getcharsetmatch.xml:1.1	Sat \
                Mar 27 12:39:03 2004
+++ peardoc/en/package/internationalisation/i18nv2/i18nv2-negotiator/getcharsetmatch.xml	Tue \
Mar 30 10:22:33 2004 @@ -1,73 +1,76 @@
-<!-- $Revision: 1.1 $ -->
-<refentry id="package.internationalisation.i18nv2.i18nv2-negotiator.getcharsetmatch">
                
-   <refnamediv>
-    <refname><function>I18Nv2_Negotiator::getCharsetMatch</function></refname>
-    <refpurpose>Find Charset match</refpurpose>
-   </refnamediv>
-   <refsynopsisdiv>
-    <funcsynopsis>
-     <funcsynopsisinfo>
-      require_once &apos;/Negotiator.php&apos;;
-     </funcsynopsisinfo>
-     <funcprototype>
-      <funcdef>string      \
                <function>I18Nv2_Negotiator::getCharsetMatch</function></funcdef>
-      <paramdef>array <parameter> <optional>$charsets = \
                &null;</optional></parameter></paramdef>
-     </funcprototype>
-    </funcsynopsis>
-    </refsynopsisdiv>
-
-    <refsect1 id="package.internationalisation.i18nv2.i18nv2-negotiator.getcharsetmatch.desc">
                
-     &title.desc;
-     &notdocumented;
-    </refsect1>
-   <refsect1 id="package.internationalisation.i18nv2.i18nv2-negotiator.getcharsetmatch.param">
                
-    &title.param;
-    <para>
-     <variablelist>
-      <varlistentry>
-       <term>
-        
-                        
-                &type.array;
-                 <parameter>$charsets</parameter>
-       </term>
-       <listitem>
-        <para>
-         
-        </para>
-       </listitem>
-      </varlistentry>     
-     </variablelist>
-    </para>
-   </refsect1>
-   <refsect1 id="package.internationalisation.i18nv2.i18nv2-negotiator.getcharsetmatch.throws">
                
-    &title.throws;
-        <para>
-      <emphasis>throws</emphasis> no exceptions thrown
-    </para>
-       </refsect1>
-   <refsect1 id="package.internationalisation.i18nv2.i18nv2-negotiator.getcharsetmatch.note">
                
-    &title.note;
-    &note.notstatic;
-   </refsect1>
-</refentry>
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:1
-sgml-indent-data:t
-sgml-parent-document:nil
-sgml-default-dtd-file:"../../../../manual.ced"
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
-vim600: syn=xml fen fdm=syntax fdl=2 si
-vim: et tw=78 syn=sgml
-vi: ts=1 sw=1
--->  
-
\ No newline at end of file
+<!-- $Revision: 1.2 $ -->
+<refentry id="package.internationalisation.i18nv2.i18nv2-negotiator.getcharsetmatch">
 + <refnamediv>
+  <refname><function>I18Nv2_Negotiator::getCharsetMatch</function></refname>
+  <refpurpose>Get character set match</refpurpose>
+ </refnamediv>
+ <refsynopsisdiv>
+  <funcsynopsis>
+   <funcsynopsisinfo>
+    require_once &apos;I18Nv2/Negotiator.php&apos;;
+   </funcsynopsisinfo>
+   <funcprototype>
+    <funcdef>string \
<function>I18Nv2_Negotiator::getCharsetMatch</function></funcdef> +    \
<paramdef>array <parameter> <optional>$charsets = \
&null;</optional></parameter></paramdef> +   </funcprototype>
+  </funcsynopsis>
+ </refsynopsisdiv>
+
+ <refsect1 id="package.internationalisation.i18nv2.i18nv2-negotiator.getcharsetmatch.desc">
 +  &title.desc;
+  <para>
+   Get a matching chracter set.
+  </para>
+ </refsect1>
+
+ <refsect1 id="package.internationalisation.i18nv2.i18nv2-negotiator.getcharsetmatch.param">
 +  &title.param;
+  <para>
+   <variablelist>
+    <varlistentry>
+     <term>
+      &type.array; <parameter>$charsets</parameter>
+     </term>
+     <listitem>
+      <para>
+       array of character sets
+      </para>
+     </listitem>
+    </varlistentry>     
+   </variablelist>
+  </para>
+ </refsect1>
+
+ <refsect1 id="package.internationalisation.i18nv2.i18nv2-negotiator.getcharsetmatch.returns">
 +  &title.returns;
+  <para>
+   Returns &type.string; matched character set.
+  </para>
+ </refsect1>
+
+ <refsect1 id="package.internationalisation.i18nv2.i18nv2-negotiator.getcharsetmatch.note">
 +  &title.note;
+  &note.notstatic;
+ </refsect1>
+
+</refentry>
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-default-dtd-file:"../../../../manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->  
+

-- 
PEAR Documentation List Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic