php-windows Digest 14 Sep 2007 04:38:04 -0000 Issue 3332

Topics (messages 28489 through 28490):

how to invoke c# API dll using php: COM?
        28489 by: Viola Holownia
        28490 by: Ariz Jacinto

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
Does anybody knows how to invoke c# API dll using COM: php?

Here is my short description: I have to use c# dll from php to call
some function and get back whatever these methods return.

Don't really know how to start with that :(
Any help appreciated.

Viola

--- End Message ---
--- Begin Message ---
Hi Viola,

have you tried this?

$Obj = new COM("RegisteredDLLName.ObjectName") ;
$Obj->foobar();


Reference:
http://us.php.net/manual/en/ref.com.php

--
Ariz Jacinto



On 9/13/07, Viola Holownia <[EMAIL PROTECTED]> wrote:
> Does anybody knows how to invoke c# API dll using COM: php?
>
> Here is my short description: I have to use c# dll from php to call
> some function and get back whatever these methods return.
>
> Don't really know how to start with that :(
> Any help appreciated.
>
> Viola
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

--- End Message ---

Reply via email to