Re: vb.NET convert to PHP
not unless you rewrite it.
what exactly is this piece of code supposed to be doing?
Re: vb.NET convert to PHP
that will Xor my MD5 results
Re: vb.NET convert to PHP
If for only this function, then rewriting it would be optimal.
However, if in the future you want to utilize large and cumbersome functions that would take far too much work to rewrite to PHP from VB, if you compile your functions into a library, you can access them from PHP via the COM Class. Unfortunately I haven't really explored this so I don't have much other information on it, but google reveals a number of tutorials and forum threads on it.