php programı dll işlevi çağırmadan

2 Cevap

Ben .. o dll bazı hashcode .. ben bu kod ile vb6 bu dll 'işlev çağrı içeren bir dll işlevi çağırmak lazım php bir program yaptık:

Private Declare Function GetHash Lib "hashGen.dll" (ByVal tEncode As String) As Long
Private Sub get_Key()
    MsgBox GetHash("hello world")
end sub

Herkes nasıl PHP bu işlevi çağırmak için bana söyleyebilir?

here's my dll file:
http://www.4shared.com/file/-hdichIS/hashGen.html

thnx ..