string mhash ( int hash, string data [, string key] )
mhash() applies a hash function specified by
hash to the data and
returns the resulting hash (also called digest). If the key
is specified it will return the resulting HMAC. HMAC is keyed hashing
for message authentication, or simply a message digest that depends on
the specified key. Not all algorithms supported in mhash can be used in
HMAC mode. In case of an error returns FALSE.
Php mhash Function syntax tag
mhash php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php mhash syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.