read .NET DLL through PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
eshban
Forum Contributor
Posts: 184
Joined: Mon Sep 05, 2005 1:38 am

read .NET DLL through PHP

Post by eshban »

Hello,

There is a quesiton

Can i read .NET DLL through PHP??

can anyone help in this regard, or give me some useful url?
User avatar
emmbec
Forum Contributor
Posts: 112
Joined: Thu Sep 21, 2006 12:19 pm
Location: Queretaro, Mexico

Re: read .NET DLL through PHP

Post by emmbec »

What exactly do you want to read from a DLL??? I don't think that is possible...
nowaydown1
Forum Contributor
Posts: 169
Joined: Sun Apr 27, 2008 1:22 am

Re: read .NET DLL through PHP

Post by nowaydown1 »

There's some COM/.NET assembly stuff around. This stuff only works on windows as far as I know:
http://us3.php.net/manual/en/book.com.php
Post Reply