Studying for php cert, and I ran across a practice question:
The fingerprint of a string can be determined using which of the following?
fingerprint() - 99.9% sure this is not it
hash()
md5()
none of the above
I think it is hash, but since hash can take md5 as an argument, isn't hash and md5 basically the same thing?
The fingerprint of a string can be determined using which of the following?
fingerprint() - 99.9% sure this is not it
hash()
md5()
none of the above
I think it is hash, but since hash can take md5 as an argument, isn't hash and md5 basically the same thing?