DLL file with 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
ramezn
Forum Newbie
Posts: 1
Joined: Sun Jun 05, 2005 8:23 pm

DLL file with PHP

Post by ramezn »

Hi there i have a dll component which i want to use it with PHP i really want to know if this is possibe and if so how can i do it?

thanks allot.
User avatar
JAM
DevNet Resident
Posts: 2101
Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:

Post by JAM »

Perhaps by using COM?
...
Not only can the code be written in any language, but it need not even be part of the same executable; the code can be loaded from a DLL, be found in another process running on the same machine, or, with DCOM (Distributed COM), be found in another process on a remote machine, all without your code even needing to know where a component resides.
...
Post Reply