From 141341ab15e03644ee0f89d72b1829136b3403df Mon Sep 17 00:00:00 2001 From: irc-html Date: Thu, 10 Jan 2002 00:17:41 +0000 Subject: [PATCH] whitespace correction git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67457 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/com.xml | 39 ++++++++++++++++++++++----------------- 1 file changed, 22 insertions(+), 17 deletions(-) diff --git a/functions/com.xml b/functions/com.xml index 49c615d1d6..220d2b29ab 100644 --- a/functions/com.xml +++ b/functions/com.xml @@ -1,25 +1,30 @@ - + COM support functions for Windows COM - 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. - COM encourages versioning, separation of implementation from - interface and hiding the implementation details such as executable location and - the language it was written in. - COM functions are only available on the Windows version of - PHP. - For further information on COM read the - COM - specification or perhaps take a look at Don Box's - Yet Another COM - Libracy (YACL) + + 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. + + + COM encourages versioning, separation of implementation from + interface and hiding the implementation details such as executable location and + the language it was written in. + + + COM functions are only available on the Windows version of PHP. + + + For further information on COM read the COM + specification or perhaps take a look at Don Box's + Yet Another COM Libracy (YACL) +