Most likely the function you mention and the PHP md5 function are similar, if not the same function altogether.
AFAIK, there is no known way to reverse this.
The idea is that if it's mathematically irreversable, then somebody would have to do a brute-force attack (try every password possible) to crack your password database if it gets compromised, rather than just "decrypt" them, and read them.
-Ben