Re: how to invoke c# API dll using php: COM?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 <viola.holownia@xxxxxxxxx> 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
>
>

[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux