Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://oit.cmc.msu.ru/php/ref.com.html
Дата изменения: Sun Feb 3 22:35:16 2002 Дата индексирования: Mon Oct 1 19:52:51 2012 Кодировка: |
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 Library (YACL)