mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
I've updated these files
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306351 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f38b42e952
commit
10eeb063bb
11 changed files with 21 additions and 24 deletions
|
@ -16,7 +16,7 @@
|
|||
<methodparam choice="opt"><type>array</type><parameter role="reference">index</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This function parses an XML string into 2 parallel array structures, one
|
||||
This function parses an XML file into 2 parallel array structures, one
|
||||
(<parameter>index</parameter>) containing pointers to the location of the
|
||||
appropriate values in the <parameter>values</parameter> array. These last
|
||||
two parameters must be passed by reference.
|
||||
|
@ -31,6 +31,7 @@
|
|||
<term><parameter>parser</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
A reference to the XML parser.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -38,6 +39,7 @@
|
|||
<term><parameter>data</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
An string containing the XML data.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -45,6 +47,7 @@
|
|||
<term><parameter>values</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
An array containing the values of the XML data
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -52,6 +55,7 @@
|
|||
<term><parameter>index</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
An array containing pointers to the location of the appropriate values in the $values.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
<term><parameter>parser</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
A reference to the XML parser to set up character data handler function.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
<term><parameter>parser</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
A reference to the XML parser to set up default handler function.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
<term><parameter>parser</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
A reference to the XML parser to set up start and end element handler functions.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
</para>
|
||||
<para>
|
||||
The function named by <parameter>handler</parameter> must accept
|
||||
three parameters, and should return an integer value. If the
|
||||
two parameters, and should return an integer value. If the
|
||||
value returned from the handler is &false; (which it will be if no
|
||||
value is returned), the XML parser will stop parsing and
|
||||
<function>xml_get_error_code</function> will return
|
||||
|
@ -51,7 +51,6 @@
|
|||
<methodsynopsis>
|
||||
<methodname><replaceable>handler</replaceable></methodname>
|
||||
<methodparam><type>resource</type><parameter>parser</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>user_data</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>prefix</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<variablelist>
|
||||
|
@ -64,17 +63,11 @@
|
|||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>user_data</parameter></term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>prefix</parameter></term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
The prefix is a string used to reference the namespace within an XML object.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -26,7 +26,9 @@
|
|||
<varlistentry>
|
||||
<term><parameter>parser</parameter></term>
|
||||
<listitem>
|
||||
<para />
|
||||
<para>
|
||||
A reference to the XML parser to set up external entity reference handler function.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
<term><parameter>parser</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
A reference to the XML parser to set up notation declaration handler function.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
<term><parameter>parser</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
A reference to the XML parser to use inside the object.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -36,6 +37,7 @@
|
|||
<term><parameter>object</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The object where to use the XML parser.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
<term><parameter>parser</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
A reference to the XML parser to set up processing instruction (PI) handler function.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
</para>
|
||||
<para>
|
||||
The function named by <parameter>handler</parameter> must accept
|
||||
four parameters, and should return an integer value. If the
|
||||
three parameters, and should return an integer value. If the
|
||||
value returned from the handler is &false; (which it will be if no
|
||||
value is returned), the XML parser will stop parsing and
|
||||
<function>xml_get_error_code</function> will return
|
||||
|
@ -53,7 +53,6 @@
|
|||
<methodsynopsis>
|
||||
<methodname><replaceable>handler</replaceable></methodname>
|
||||
<methodparam><type>resource</type><parameter>parser</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>user_data</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>prefix</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>uri</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
@ -67,17 +66,11 @@
|
|||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>user_data</parameter></term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>prefix</parameter></term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
The prefix is a string used to reference the namespace within an XML object.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -85,6 +78,7 @@
|
|||
<term><parameter>uri</parameter></term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Uniform Resource Identifier (URI) of namespace.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -100,14 +94,12 @@
|
|||
</variablelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
&return.success;
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
|
@ -116,9 +108,7 @@
|
|||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
<term><parameter>parser</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
A reference to the XML parser to set up unparsed entity declaration handler function.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue