Posts by gabsferreira • 196 points
1 post
-
8
votes3
answers2753
viewsA: Create and read DLL in php?
You can do this using the class WITH. But before, you have to register the dll in windows by running this command at the prompt: REGSVR32 MinhaDll.dll Now that the dll is registered, you do this to…