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 > >