whitespace correction

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67457 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
irc-html 2002-01-10 00:17:41 +00:00
parent 0fe9bc0b3f
commit 141341ab15

View file

@ -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">