mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00

not finished yet, i'll add it to manual.xml.in later git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@58878 c90b9560-bf6c-de11-be94-00142212c4b1
212 lines
4.4 KiB
XML
212 lines
4.4 KiB
XML
<?xml encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.1 $ -->
|
|
<chapter id="faq.com">
|
|
<title>PHP and COM</title>
|
|
<titleabbrev>PHP and COM</titleabbrev>
|
|
|
|
<para>
|
|
intro blah ..
|
|
</para>
|
|
|
|
<qandaset>
|
|
<qandaentry id="faq.com.q1">
|
|
<question>
|
|
<para>I have built a DLL to calculate something. Is there any way to run this DLL under PHP ?</para>
|
|
</question>
|
|
<answer>
|
|
<para>
|
|
yes.
|
|
<programlisting>
|
|
...
|
|
</programlisting>
|
|
</para>
|
|
</answer>
|
|
</qandaentry>
|
|
|
|
<qandaentry id="faq.com.q2">
|
|
<question>
|
|
<para>What does 'Unsupported variant type: xxxx (0xxxxx)' mean ?</para>
|
|
</question>
|
|
<answer>
|
|
<para>
|
|
array, blah ..
|
|
</para>
|
|
</answer>
|
|
</qandaentry>
|
|
|
|
<qandaentry id="faq.com.q3">
|
|
<question>
|
|
<para>Is it possible manipulate visual objects in PHP ?</para>
|
|
</question>
|
|
<answer>
|
|
<para>
|
|
yes and no, blah ..
|
|
</para>
|
|
</answer>
|
|
</qandaentry>
|
|
|
|
<qandaentry id="faq.com.q4">
|
|
<question>
|
|
<para>Can I store a COM object in a session ?</para>
|
|
</question>
|
|
<answer>
|
|
<para>
|
|
no, blah ..
|
|
</para>
|
|
</answer>
|
|
</qandaentry>
|
|
|
|
<qandaentry id="faq.com.q5">
|
|
<question>
|
|
<para>How can I trap COM errors ?</para>
|
|
</question>
|
|
<answer>
|
|
<para>
|
|
IErrorInfo, blah ..
|
|
</para>
|
|
</answer>
|
|
</qandaentry>
|
|
|
|
<qandaentry id="faq.com.q6">
|
|
<question>
|
|
<para>Can I generate DLL files from PHP scripts like i can in Perl ?</para>
|
|
</question>
|
|
<answer>
|
|
<para>
|
|
no, ...
|
|
</para>
|
|
</answer>
|
|
</qandaentry>
|
|
|
|
<qandaentry id="faq.com.q7">
|
|
<question>
|
|
<para>What does 'Unable to obtain IDispatch interface for CLSID {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}' mean ?</para>
|
|
</question>
|
|
<answer>
|
|
<para>
|
|
no, ...
|
|
</para>
|
|
</answer>
|
|
</qandaentry>
|
|
|
|
<qandaentry id="faq.com.q8">
|
|
<question>
|
|
<para>How can I run COM object from remote server ?</para>
|
|
</question>
|
|
<answer>
|
|
<para>
|
|
no, ...
|
|
</para>
|
|
</answer>
|
|
</qandaentry>
|
|
|
|
<qandaentry id="faq.com.q9">
|
|
<question>
|
|
<para>I get 'DCOM is disabled in C:\path...\scriptname.php on line 6', what can I do ?</para>
|
|
</question>
|
|
<answer>
|
|
<para>
|
|
blah
|
|
</para>
|
|
</answer>
|
|
</qandaentry>
|
|
|
|
<qandaentry id="faq.com.q10">
|
|
<question>
|
|
<para>How can I run COM object from remote server ?</para>
|
|
</question>
|
|
<answer>
|
|
<para>
|
|
blah
|
|
</para>
|
|
</answer>
|
|
</qandaentry>
|
|
|
|
<qandaentry id="faq.com.q11">
|
|
<question>
|
|
<para>Is it possible to load/manipulate an ActiveX object in a page with PHP ?</para>
|
|
</question>
|
|
<answer>
|
|
<para>
|
|
blah
|
|
</para>
|
|
</answer>
|
|
</qandaentry>
|
|
|
|
<qandaentry id="faq.com.q12">
|
|
<question>
|
|
<para>Is it possible to get a running instance of a component ?</para>
|
|
</question>
|
|
<answer>
|
|
<para>
|
|
blah
|
|
</para>
|
|
</answer>
|
|
</qandaentry>
|
|
|
|
<qandaentry id="faq.com.q13">
|
|
<question>
|
|
<para>Is there a way to handle an event sent from COM object ?</para>
|
|
</question>
|
|
<answer>
|
|
<para>
|
|
blah
|
|
</para>
|
|
</answer>
|
|
</qandaentry>
|
|
|
|
<qandaentry id="faq.com.q14">
|
|
<question>
|
|
<para>I'm having problems when trying to invoke a method of a COM object wich exposes more than one interface. What can I do ?</para>
|
|
</question>
|
|
<answer>
|
|
<para>
|
|
blah
|
|
</para>
|
|
</answer>
|
|
</qandaentry>
|
|
|
|
<qandaentry id="faq.com.q15">
|
|
<question>
|
|
<para>So Php4 works with COM, how about COM+ ?</para>
|
|
</question>
|
|
<answer>
|
|
<para>
|
|
blah
|
|
</para>
|
|
</answer>
|
|
</qandaentry>
|
|
|
|
<qandaentry id="faq.com.q16">
|
|
<question>
|
|
<para>If PHP can manipulate COM objects, can we imagine to use MTS to manage components resources, in conjunction with PHP ?</para>
|
|
</question>
|
|
<answer>
|
|
<para>
|
|
blah
|
|
</para>
|
|
</answer>
|
|
</qandaentry>
|
|
|
|
</qandaset>
|
|
</chapter>
|
|
|
|
<!-- 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
|
|
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
|
|
-->
|