09-11-2008, 07:48 AM
|
#2 (permalink)
|
|
The Frequenter
Join Date: Sep 2007
Location: Denmark
Posts: 352
Thanks: 8
|
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
__________________
|
|
|