I was testing the Hash function today.
And I read here http://il2.php.net/manual/en/function.hash.php
If I set the parameter $raw_output=true the function will return a binary rows instead of hexits values.
But when I try it it returns a strange characters instead of binary values?
So can you explain for me what they mean by binary rows, and why I don't see binary values?
Thanks
