<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.resourcebundle" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
 <title>The ResourceBundle class</title>
 <titleabbrev>ResourceBundle</titleabbrev>

 <partintro>

  <!-- {{{ ResourceBundle intro -->
  <section xml:id="resourcebundle.intro">
   &reftitle.intro;
   <simpara>
    Localized software products often require sets of data that are to be customized
    depending on current locale, e.g.: messages, labels, formatting patterns. ICU 
    resource mechanism allows to define sets of resources that the application can 
    load on locale basis, while accessing them in unified locale-independent fashion.
   </simpara>
   <simpara>
    This class implements access to ICU resource data files. These files are binary data
    arrays which ICU uses to store the localized data. 
   </simpara>
   <simpara>
    ICU resource bundle can hold simple resources and complex resources. Complex resources
    are containers which can be either integer-indexed or string-indexed (just like PHP arrays).
    Simple resources can be of the following types: string, integer, binary data field 
    or integer array.
   </simpara>
   <simpara>
    <classname>ResourceBundle</classname> supports direct access to the data through array access
    pattern and iteration via <link linkend="control-structures.foreach">foreach</link>,
    as well as access via class methods. The result will be PHP value for simple resources and
    <classname>ResourceBundle</classname> object for complex ones. All resources are read-only.
   </simpara>
  </section>
  <!-- }}} -->

  <section xml:id="resourcebundle.synopsis">
   &reftitle.classsynopsis;

   <!-- {{{ Synopsis -->
   <classsynopsis>
    <ooclass>
     <classname>ResourceBundle</classname>
    </ooclass>

    <!-- {{{ Class synopsis -->
    <classsynopsisinfo>
     <ooclass>
      <classname>ResourceBundle</classname>
     </ooclass>
    </classsynopsisinfo>
    <!-- }}} -->

    <classsynopsisinfo role="comment">Methods</classsynopsisinfo>
    <xi:include
     xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.resourcebundle')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[1])" />
    <xi:include
     xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.resourcebundle')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />

   </classsynopsis>
   <!-- }}} -->

  </section>

<!--  &reference.intl.resourcebundle-constants;  -->

  <section xml:id="resourcebundle.seealso">
   &reftitle.seealso;
   <para>
    <simplelist>
     <member>
      <link xlink:href="&url.icu.resources;">
       ICU Resource Management
      </link>
     </member>
     <member>
      <link xlink:href="&url.icu.data;">ICU Data</link>
     </member>
    </simplelist>
   </para>
  </section>
 </partintro>

 &reference.intl.entities.resourcebundle;

</phpdoc:classref>

<!-- 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
 indent-tabs-mode:nil
 sgml-parent-document:nil
 sgml-default-dtd-file:"~/.phpdoc/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
-->