mirror of
https://github.com/php/doc-de.git
synced 2026-03-29 10:42:12 +02:00
git-svn-id: https://svn.php.net/repository/phpdoc/de/trunk@131472 c90b9560-bf6c-de11-be94-00142212c4b1
79 lines
2.3 KiB
XML
79 lines
2.3 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.7 $ -->
|
|
<!-- EN-Revision: 1.5 Maintainer: tom Status: ready -->
|
|
<reference id="ref.com">
|
|
<title>COM Support Funktionen für Windows</title>
|
|
<titleabbrev>COM</titleabbrev>
|
|
<partintro>
|
|
<section id="com.intro">
|
|
&reftitle.intro;
|
|
<para>
|
|
Das Component Object Model (COM) ist eine Technologie, welche die
|
|
Wiederverwendung von Code erlaubt, egal in welcher Sprache dieser
|
|
geschrieben wurde. Die Komponenten stellen Schnittstellen bereit,
|
|
welche die verfügbaren Funktionen, aber nicht deren Implementierung
|
|
bekanntgeben (z.B. auf welcher Maschine die Komponente gespeichert
|
|
ist und die Executable, die sie enthält). Anwendungen können über
|
|
die COM-API beliebige Schnittstellen erzeugen. Man kann sich das wie einen
|
|
super Remote Procedure Call (RPC) Mechanismus mit einigen grundlegenden
|
|
Objekten vorstellen. Es trennt die Implementation von der Schnittstelle.
|
|
</para>
|
|
<para>
|
|
COM unterstützt Versioning, die Trennung von Implementation und
|
|
Schnittstelle, sowie das Verstecken von Implementierungsdetails, wie
|
|
z.B. Position der Executable und die Sprache, in welcher die Komponente
|
|
geschrieben wurde.
|
|
</para>
|
|
</section>
|
|
|
|
<section id="com.requirements">
|
|
&reftitle.required;
|
|
<para>
|
|
Die COM Funktionen sind nur in der Windowsversion von PHP verfügbar.
|
|
</para>
|
|
</section>
|
|
|
|
<section id="com.installation">
|
|
&reftitle.install;
|
|
&no.install;
|
|
&windows.builtin;
|
|
</section>
|
|
|
|
&reference.com.ini;
|
|
|
|
&reference.com.constants;
|
|
|
|
<section id="com.seealso">
|
|
&reftitle.seealso;
|
|
<para>
|
|
Weitere Informationen zu COM finden Sie in der
|
|
<ulink url="&url.comspecs;">COM specification</ulink>, oder in Don
|
|
Box's <ulink url="&url.yacl;"> Yet Another COM Library (YACL)</ulink>.
|
|
</para>
|
|
</section>
|
|
</partintro>
|
|
|
|
&reference.com.functions;
|
|
|
|
</reference>
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"../../../manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|