Forum Moderators: coopster
I haven't been able to access the file in my own custom made dll files using the PHP function dl.
Can someone tell me the basic syntax of accessing the function in a certain dll file?
dl("my_own.dll");
. . . .?
$my_result = MyFunctions();