View Single Post
Old 09-11-2008, 07:48 AM   #2 (permalink)
Kalle
The Frequenter
Zend Certified 
 
Join Date: Sep 2007
Location: Denmark
Posts: 352
Thanks: 8
Kalle is on a distinguished road
Default

You can load COM objects using the com extension:
PHP: COM - Manual

For DLL's the only thing I see is to use the w32api extension to use the Windows API on a dll:
PHP: W32api - Manual

And for .NET you can either look at the COM documentation or this page:
PHP: .NET - Manual
__________________
Send a message via MSN to Kalle Send a message via Skype™ to Kalle
Kalle is offline  
Reply With Quote
The Following User Says Thank You to Kalle For This Useful Post:
Yoosha (09-11-2008)