mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Change "object" to specific objects
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@173019 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
859ab4fe5c
commit
d25d1f5bb2
10 changed files with 24 additions and 24 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- splitted from ./en/functions/com.xml, last change in rev 1.12 -->
|
||||
<refentry id="class.com">
|
||||
<refnamediv>
|
||||
|
@ -19,7 +19,7 @@
|
|||
<refsect1 id="class.com.constructor">
|
||||
<title>Methods</title>
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>COM::COM</methodname>
|
||||
<type>com</type><methodname>COM::COM</methodname>
|
||||
<methodparam><type>string</type><parameter>module_name</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>mixed</type><parameter>server_name</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>codepage</parameter></methodparam>
|
||||
|
@ -219,7 +219,7 @@
|
|||
</para>
|
||||
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>COM::All</methodname>
|
||||
<type>variant</type><methodname>COM::All</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<simpara>Returns a variant representing a SafeArray that has 10 elements;
|
||||
|
@ -229,7 +229,7 @@
|
|||
</simpara>
|
||||
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>COM::Next</methodname>
|
||||
<type>variant</type><methodname>COM::Next</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<simpara>Returns a variant representing the next element available from
|
||||
|
@ -237,7 +237,7 @@
|
|||
</simpara>
|
||||
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>COM::Prev</methodname>
|
||||
<type>variant</type><methodname>COM::Prev</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<simpara>Returns a variant representing the previous element available from
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.com-event-sink">
|
||||
<refnamediv>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>com_event_sink</methodname>
|
||||
<methodparam><type>object</type><parameter>comobject</parameter></methodparam>
|
||||
<methodparam><type>variant</type><parameter>comobject</parameter></methodparam>
|
||||
<methodparam><type>object</type><parameter>sinkobject</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>mixed</type><parameter>sinkinterface</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.com-get-active-object">
|
||||
<refnamediv>
|
||||
<refname>com_get_active_object</refname>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>com_get_active_object</methodname>
|
||||
<type>variant</type><methodname>com_get_active_object</methodname>
|
||||
<methodparam><type>string</type><parameter>progid</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>code_page</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/com.xml, last change in rev 1.27 -->
|
||||
<refentry id='function.com-isenum'>
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>com_isenum</methodname>
|
||||
<methodparam><type>object</type><parameter>com_module</parameter></methodparam>
|
||||
<methodparam><type>variant</type><parameter>com_module</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Checks to see if a COM object can be enumerated using the
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.variant-cast">
|
||||
<refnamediv>
|
||||
|
@ -11,8 +11,8 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>variant_cast</methodname>
|
||||
<methodparam><type>object</type><parameter>variant</parameter></methodparam>
|
||||
<type>variant</type><methodname>variant_cast</methodname>
|
||||
<methodparam><type>variant</type><parameter>variant</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>type</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.variant-date-from-timestamp">
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>variant_date_from_timestamp</methodname>
|
||||
<type>variant</type><methodname>variant_date_from_timestamp</methodname>
|
||||
<methodparam><type>int</type><parameter>timestamp</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.variant-date-to-timestamp">
|
||||
<refnamediv>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>variant_date_to_timestamp</methodname>
|
||||
<methodparam><type>object</type><parameter>variant</parameter></methodparam>
|
||||
<methodparam><type>variant</type><parameter>variant</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.variant-get-type">
|
||||
<refnamediv>
|
||||
<refname>variant_get_type</refname>
|
||||
|
@ -9,7 +9,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>variant_get_type</methodname>
|
||||
<methodparam><type>object</type><parameter>variant</parameter></methodparam>
|
||||
<methodparam><type>variant</type><parameter>variant</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This function returns an integer value that indicates the type of
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.variant-set-type">
|
||||
<refnamediv>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>variant_set_type</methodname>
|
||||
<methodparam><type>object</type><parameter>variant</parameter></methodparam>
|
||||
<methodparam><type>variant</type><parameter>variant</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>type</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.variant-set">
|
||||
<refnamediv>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>variant_set</methodname>
|
||||
<methodparam><type>object</type><parameter>variant</parameter></methodparam>
|
||||
<methodparam><type>variant</type><parameter>variant</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
|
|
Loading…
Reference in a new issue