Using COM object to call DLL functions

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
probkid
Forum Newbie
Posts: 10
Joined: Thu Jun 20, 2002 9:03 am

Using COM object to call DLL functions

Post by probkid »

Hi,
I was just wondering how I could call functions that are compiled into a DLL, from php.
Any help would be greatly appreciated.

Thanks!!
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

This is probably the best place to start:
http://www.php.net/manual/en/ref.com.php

Mac
Post Reply