0

I have a C dll containing functions and enumerations I want to make accessible from php. How can I do it?

4

1 に答える 1

2

You need to write an extension. You do need some C experience but this tutorial is pretty easy to follow.

edit I googled around out of curiosity, apparently you can sort-of dynamically load a dll from php using w32api. I'd still go for the extension ;-)

于 2010-07-30T21:41:23.910 に答える