mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Removed double addref
lighten some extra unused tag Wait for Jade's validation. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47559 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7d4843d6a1
commit
0817840cb9
1 changed files with 7 additions and 36 deletions
|
@ -17,40 +17,34 @@
|
|||
<refsynopsisdiv>
|
||||
<synopsis>$obj = new <classname>COM</classname>("server.object")</synopsis>
|
||||
</refsynopsisdiv>
|
||||
<refsect1>
|
||||
<refsect1 id="class.com.class">
|
||||
<title>Description</title>
|
||||
<simpara>
|
||||
The COM class provides a framework to integrate (D)COM components into
|
||||
your php scripts.
|
||||
</simpara>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Properties</title>
|
||||
<simpara></simpara>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<refsect1 id="class.com.constructor">
|
||||
<title>Methods</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>string <function>COM::COM</function></funcdef>
|
||||
<paramdef>string <parameter>module name</parameter></paramdef>
|
||||
<paramdef>string <parameter><optional>server name</optional></parameter></paramdef>
|
||||
<paramdef>string <parameter>module_name</parameter></paramdef>
|
||||
<paramdef>string <parameter><optional>server_name</optional></parameter></paramdef>
|
||||
<paramdef>int <parameter><optional>codepage</optional></parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<refsect2>
|
||||
<title>Description</title>
|
||||
<para>
|
||||
COM constructor. Parameters:
|
||||
COM class constructor. Parameters:
|
||||
<variablelist>
|
||||
<varlistentry><term>module name</term>
|
||||
<varlistentry><term>module_name</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
name or class-id of the requested component.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term>server name</term>
|
||||
<varlistentry><term>server_name</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
name of the DCOM server from which the component should be fetched.
|
||||
|
@ -74,29 +68,6 @@
|
|||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
</refsect2>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>string <function>COM::AddRef</function></funcdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<refsect2>
|
||||
<title>Description</title>
|
||||
<para>
|
||||
Increases the components reference counter.
|
||||
</para>
|
||||
</refsect2>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>string <function>COM::Release</function></funcdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<refsect2>
|
||||
<title>Description</title>
|
||||
<para>
|
||||
Decreases the components reference counter.
|
||||
</para>
|
||||
</refsect2>
|
||||
<para>
|
||||
<example id="example.com1">
|
||||
<title>COM example (1)</title>
|
||||
|
|
Loading…
Reference in a new issue