DLL file with PHP
Posted: Sun Jun 05, 2005 8:30 pm
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.
thanks allot.
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
...
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.
...