mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
more verbose intro
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62056 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
69dd55e261
commit
985889e0b6
1 changed files with 22 additions and 11 deletions
|
@ -1,15 +1,26 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.22 $ -->
|
||||
<reference id="ref.com">
|
||||
<title>COM support functions for Windows</title>
|
||||
<titleabbrev>COM</titleabbrev>
|
||||
|
||||
<partintro>
|
||||
<simpara>
|
||||
COM functions are only available on the Windows version of
|
||||
PHP. These functions have been added in PHP 4.
|
||||
</simpara>
|
||||
</partintro>
|
||||
<!-- $Revision: 1.23 $ -->
|
||||
<reference id="ref.com">
|
||||
<title>COM support functions for Windows</title>
|
||||
<titleabbrev>COM</titleabbrev>
|
||||
<partintro>
|
||||
<simpara>COM is a technology which allows the reuse of code written in any
|
||||
language (by any language) using a standard calling convention and hiding
|
||||
behind APIs the implementation details such as what machine the Component is
|
||||
stored on and the executable which houses it. It can be thought of as a super
|
||||
Remote Procedure Call (RPC) mechanism with some basic object roots. It
|
||||
separates implementation from interface.</simpara>
|
||||
<simpara>COM encourages versioning, separation of implementation from
|
||||
interface and hiding the implementation details such as executable location and
|
||||
the language it was written in.</simpara>
|
||||
<simpara>COM functions are only available on the Windows version of
|
||||
PHP.</simpara>
|
||||
<simpara>For further information on COM read the
|
||||
<ulink url="http://www.microsoft.com/Com/resources/comdocs.asp">COM
|
||||
specification</ulink>or perhaps take a look at Don Box's
|
||||
<ulink url="http://www.developmentor.com/dbox/yacl.htm"> Yet Another COM
|
||||
Libracy (YACL)</ulink> </simpara>
|
||||
</partintro>
|
||||
|
||||
<refentry id="class.com">
|
||||
<refnamediv>
|
||||
|
|
Loading…
Reference in a new issue