[PHP-DEV] CVS update: php3/doc/functions From: ssb (php-dev <email protected>)
Date: 10/27/98

Date: Tuesday October 27, 1998 @ 14:56
Author: ssb

Update of /repository/php3/doc/functions
In directory asf:/u2/tmp/cvs-serv10207/doc/functions

Modified Files:
        xml.sgml
Log Message:
XML encoding support
Index: php3/doc/functions/xml.sgml
diff -c php3/doc/functions/xml.sgml:1.9 php3/doc/functions/xml.sgml:1.10
*** php3/doc/functions/xml.sgml:1.9 Fri Oct 23 07:18:25 1998
--- php3/doc/functions/xml.sgml Tue Oct 27 14:56:45 1998
***************
*** 508,516 ****
--- 508,531 ----
      <title>Description</title>
      <funcsynopsis>
       <funcdef>int <function>xml_parser_create</function></funcdef>
+ <paramdef>string <parameter><optional>encoding</optional></parameter></paramdef>
       <void>
      </funcsynopsis>
      <para>
+ <variablelist>
+ <varlistentry>
+ <term><parameter>encoding</parameter> (optional)</term>
+ <listitem><para>
+ Which character encoding the parser should use. The
+ following character encodings are supported:
+ <simplelist>
+ <member><literal>ISO-8859-1</literal> (default)</member>
+ <member><literal>US-ASCII</literal></member>
+ <member><literal>UTF-8</literal></member>
+ </simplelist>
+ </listitem>
+ </varlistentry>
+ </variablelist>
       Creates an XML parser and returns a handle for use by other XML
       functions. Returns <literal>false</literal> on failure.
      </para>

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>