mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
whitespace correction
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67457 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0fe9bc0b3f
commit
141341ab15
1 changed files with 22 additions and 17 deletions
|
@ -1,25 +1,30 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.27 $ -->
|
||||
<!-- $Revision: 1.28 $ -->
|
||||
<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="&url.comspecs;">COM
|
||||
specification</ulink> or perhaps take a look at Don Box's
|
||||
<ulink url="&url.yacl;"> Yet Another COM
|
||||
Libracy (YACL)</ulink> </simpara>
|
||||
<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="&url.comspecs;">COM
|
||||
specification</ulink> or perhaps take a look at Don Box's
|
||||
<ulink url="&url.yacl;"> Yet Another COM Libracy (YACL)</ulink>
|
||||
</simpara>
|
||||
</partintro>
|
||||
|
||||
<refentry id="class.com">
|
||||
|
|
Loading…
Reference in a new issue