please convert a this vb function to php function
Posted: Tue Dec 17, 2013 4:35 pm
plese convert this vb function to php function
Public Function UnHex(sHex As String) As Long
UnHex = Val("&H" & sHex)
End Function
Public Function UnHex(sHex As String) As Long
UnHex = Val("&H" & sHex)
End Function