mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
No it is (xml) error free. Don't know about the content.
Zeev blame Kristian and not me. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@20975 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
85c99abda9
commit
011c5396d5
3 changed files with 74 additions and 54 deletions
|
@ -1,17 +1,18 @@
|
|||
<reference id="ref.com">
|
||||
<title>COM support functions for Windows</title>
|
||||
<titleabbrev>COM support</titleabbrev>
|
||||
<titleabbrev>COM</titleabbrev>
|
||||
|
||||
<partintro>
|
||||
<simpara>
|
||||
<simpara>
|
||||
These functions are only available on the Windows version of
|
||||
PHP. These functions have been added in PHP4.
|
||||
</simpara>
|
||||
</partintro>
|
||||
|
||||
<refentry id="function.com-load">
|
||||
<refnamediv>
|
||||
<refname>com_load</refname>
|
||||
<refpurpose></refpurpose>
|
||||
<refpurpose>???</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -19,7 +20,10 @@
|
|||
<funcdef>string <function>com_load</function></funcdef>
|
||||
<paramdef>string <parameter>module name</parameter></paramdef>
|
||||
<paramdef>string
|
||||
<parameter><optional>server name</optional></parameter></paramdef>
|
||||
<parameter>
|
||||
<optional>server name</optional>
|
||||
</parameter>
|
||||
</paramdef>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
</para>
|
||||
|
@ -29,7 +33,7 @@
|
|||
<refentry id="function.com-invoke">
|
||||
<refnamediv>
|
||||
<refname>com_invoke</refname>
|
||||
<refpurpose></refpurpose>
|
||||
<refpurpose>???</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -38,7 +42,10 @@
|
|||
<paramdef>resource <parameter>object</parameter></paramdef>
|
||||
<paramdef>string <parameter>function_name</parameter></paramdef>
|
||||
<paramdef>mixed
|
||||
<parameter><optional>function parameters, ...</optional></parameter></paramdef>
|
||||
<parameter>
|
||||
<optional>function parameters, ...</optional>
|
||||
</parameter>
|
||||
</paramdef>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
</para>
|
||||
|
@ -48,7 +55,7 @@
|
|||
<refentry id="function.com-propget">
|
||||
<refnamediv>
|
||||
<refname>com_propget</refname>
|
||||
<refpurpose></refpurpose>
|
||||
<refpurpose>???</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -56,6 +63,7 @@
|
|||
<funcdef>mixed <function>com_propget</function></funcdef>
|
||||
<paramdef>resource <parameter>object</parameter></paramdef>
|
||||
<paramdef>string <parameter>property</parameter></paramdef>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
@ -64,7 +72,7 @@
|
|||
<refentry id="function.com-get">
|
||||
<refnamediv>
|
||||
<refname>com_get</refname>
|
||||
<refpurpose></refpurpose>
|
||||
<refpurpose>???</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -72,6 +80,7 @@
|
|||
<funcdef>mixed <function>com_get</function></funcdef>
|
||||
<paramdef>resource <parameter>object</parameter></paramdef>
|
||||
<paramdef>string <parameter>property</parameter></paramdef>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
@ -80,7 +89,7 @@
|
|||
<refentry id="function.com-propput">
|
||||
<refnamediv>
|
||||
<refname>com_propput</refname>
|
||||
<refpurpose></refpurpose>
|
||||
<refpurpose>???</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -89,6 +98,7 @@
|
|||
<paramdef>resource <parameter>object</parameter></paramdef>
|
||||
<paramdef>string <parameter>property</parameter></paramdef>
|
||||
<paramdef>mixed <parameter>value</parameter></paramdef>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
@ -97,7 +107,7 @@
|
|||
<refentry id="function.com-propset">
|
||||
<refnamediv>
|
||||
<refname>com_propset</refname>
|
||||
<refpurpose></refpurpose>
|
||||
<refpurpose>???</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -106,8 +116,9 @@
|
|||
<paramdef>resource <parameter>object</parameter></paramdef>
|
||||
<paramdef>string <parameter>property</parameter></paramdef>
|
||||
<paramdef>mixed <parameter>value</parameter></paramdef>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
This function is an alias for <function>com_propput</function>.
|
||||
This function is an alias for <function>com_propput</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -115,7 +126,7 @@
|
|||
<refentry id="function.com-set">
|
||||
<refnamediv>
|
||||
<refname>com_set</refname>
|
||||
<refpurpose></refpurpose>
|
||||
<refpurpose>???</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -124,8 +135,9 @@
|
|||
<paramdef>resource <parameter>object</parameter></paramdef>
|
||||
<paramdef>string <parameter>property</parameter></paramdef>
|
||||
<paramdef>mixed <parameter>value</parameter></paramdef>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
This function is an alias for <function>com_set</function>.
|
||||
This function is an alias for <function>com_set</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -3,17 +3,18 @@
|
|||
<titleabbrev>Cybercash</titleabbrev>
|
||||
|
||||
<partintro>
|
||||
<simpara>
|
||||
<simpara>
|
||||
These functions are only available if the interpreter has been
|
||||
compiled with the
|
||||
<option role="configure">--with-cybercash=[DIR]</option>. These
|
||||
functions have been added in PHP4.</simpara>
|
||||
compiled with the <option
|
||||
role="configure">--with-cybercash=[DIR]</option>. These functions
|
||||
have been added in PHP4.
|
||||
</simpara>
|
||||
</partintro>
|
||||
|
||||
<refentry id="function.cybercash-encr">
|
||||
<refnamediv>
|
||||
<refname>cybercash_encr</refname>
|
||||
<refpurpose></refpurpose>
|
||||
<refpurpose>???</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -23,9 +24,10 @@
|
|||
<paramdef>string <parameter>sk</parameter></paramdef>
|
||||
<paramdef>string <parameter>inbuff</parameter></paramdef>
|
||||
</funcsynopsis>
|
||||
<para>The function returns an associative array with the elements
|
||||
"errcode" and, if "errcode" is false, "outbuff" (string),
|
||||
"outLth" (long) and "macbuff" (string).
|
||||
<para>
|
||||
The function returns an associative array with the elements
|
||||
"errcode" and, if "errcode" is false, "outbuff" (string),
|
||||
"outLth" (long) and "macbuff" (string).
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -33,7 +35,7 @@
|
|||
<refentry id="function.cybercash-decr">
|
||||
<refnamediv>
|
||||
<refname>cybercash_decr</refname>
|
||||
<refpurpose></refpurpose>
|
||||
<refpurpose>???</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -43,23 +45,25 @@
|
|||
<paramdef>string <parameter>sk</parameter></paramdef>
|
||||
<paramdef>string <parameter>inbuff</parameter></paramdef>
|
||||
</funcsynopsis>
|
||||
<para>The function returns an associative array with the elements
|
||||
"errcode" and, if "errcode" is false, "outbuff" (string),
|
||||
"outLth" (long) and "macbuff" (string).
|
||||
<para>
|
||||
The function returns an associative array with the elements
|
||||
"errcode" and, if "errcode" is false, "outbuff" (string),
|
||||
"outLth" (long) and "macbuff" (string).
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
||||
<refentry id="function.cybercash-base64-encode">
|
||||
<refnamediv>
|
||||
<refname>cybercash_base64_encode</refname>
|
||||
<refpurpose></refpurpose>
|
||||
<refpurpose>???</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcdef>string <function>cybercash_base64_encode</function></funcdef>
|
||||
<funcdef>string
|
||||
<function>cybercash_base64_encode</function>
|
||||
</funcdef>
|
||||
<paramdef>string <parameter>inbuff</parameter></paramdef>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
|
@ -67,7 +71,6 @@
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
||||
<refentry id="function.cybercash-base64-decode">
|
||||
<refnamediv>
|
||||
<refname>cybercash_base64_decode</refname>
|
||||
|
@ -76,7 +79,9 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcdef>string <function>cybercash_base64_decode</function></funcdef>
|
||||
<funcdef>string
|
||||
<function>cybercash_base64_decode</function>
|
||||
</funcdef>
|
||||
<paramdef>string <parameter>inbuff</parameter></paramdef>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
<reference id="ref.bc">
|
||||
<reference id="ref.domxml">
|
||||
<title>DOM XML functions</title>
|
||||
<titleabbrev>DOM XML</titleabbrev>
|
||||
|
||||
<partintro>
|
||||
<simpara>
|
||||
<simpara>
|
||||
These functions are only available if PHP was configured with
|
||||
<option role="configure">--with-dom=[DIR]</option>, using the
|
||||
GNOME xml library. These functions have been added in PHP4.
|
||||
</simpara>
|
||||
|
||||
<simpara>
|
||||
This module defines the following constants:
|
||||
</simpara>
|
||||
<simpara>
|
||||
This module defines the following constants:
|
||||
</simpara>
|
||||
<table>
|
||||
<title>XML constants</title>
|
||||
<tgroup cols="3">
|
||||
|
@ -95,11 +95,12 @@
|
|||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
</simpara>
|
||||
|
||||
<simpara>This module defines a number of classes. The DOM XML
|
||||
functions return a parsed tree of the XML document with
|
||||
each node being an object belonging to one of these classes.
|
||||
<simpara>
|
||||
This module defines a number of classes. The DOM XML functions
|
||||
return a parsed tree of the XML document with each node being an
|
||||
object belonging to one of these classes.
|
||||
</simpara>
|
||||
</partintro>
|
||||
|
||||
<!-- class Dom document -->
|
||||
<!-- has member functions
|
||||
|
@ -168,9 +169,6 @@
|
|||
|
||||
<!-- class Dtd
|
||||
-->
|
||||
</simpara>
|
||||
|
||||
</partintro>
|
||||
|
||||
<refentry id="function.xmldoc">
|
||||
<refnamediv>
|
||||
|
@ -185,9 +183,9 @@
|
|||
</funcsynopsis>
|
||||
<para>
|
||||
The function parses the XML document in
|
||||
<parameter>str</parameter> and returns an object of class
|
||||
"Dom document", having the properties "doc" (resource),
|
||||
"version" (string) and "type" (long).
|
||||
<parameter>str</parameter> and returns an object of class "Dom
|
||||
document", having the properties "doc" (resource), "version"
|
||||
(string) and "type" (long).
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -206,10 +204,11 @@
|
|||
<para>
|
||||
The function parses the XML document in the file named
|
||||
<parameter>filename</parameter> and returns an object of class
|
||||
"Dom document", having the properties "doc" (resource),
|
||||
"version" (string).
|
||||
"Dom document", having the properties "doc" (resource), "version"
|
||||
(string).
|
||||
|
||||
<!-- conspiciously the file attribute is missing? -->
|
||||
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -217,7 +216,9 @@
|
|||
<refentry id="function.xmltree">
|
||||
<refnamediv>
|
||||
<refname>xmltree</refname>
|
||||
<refpurpose>Creates a tree of php objects from XML document</refpurpose>
|
||||
<refpurpose>
|
||||
Creates a tree of php objects from XML document
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -227,13 +228,15 @@
|
|||
</funcsynopsis>
|
||||
<para>
|
||||
The function parses the XML document in
|
||||
<parameter>str</parameter> and returns a tree PHP objects
|
||||
as the parsed document.
|
||||
<parameter>str</parameter> and returns a tree PHP objects as the
|
||||
parsed document.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!--
|
||||
</reference>
|
||||
|
||||
<!--
|
||||
TODO
|
||||
|
||||
domxml_root
|
||||
|
@ -246,7 +249,7 @@
|
|||
domxml_new_child
|
||||
domxml_node
|
||||
domxml_new_xmldoc alias new_xmldoc
|
||||
</reference>
|
||||
-->
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
Loading…
Reference in a new issue