📄 intro.mhash.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>Introduction</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="book.mhash.html">Mhash</a></div> <div class="next" style="text-align: right; float: right;"><a href="mhash.setup.html">Installing/Configuring</a></div> <div class="up"><a href="book.mhash.html">Mhash</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="intro.mhash" class="preface"> <h1 class="title">Introduction</h1> <p class="para"> These functions are intended to work with <a href="http://mhash.sourceforge.net/" class="link external">» mhash</a>. Mhash can be used to create checksums, message digests, message authentication codes, and more. </p> <p class="para"> This is an interface to the mhash library. mhash supports a wide variety of hash algorithms such as MD5, SHA1, GOST, and many others. For a complete list of supported hashes, refer to the documentation of mhash. The general rule is that you can access the hash algorithm from PHP with MHASH_HASHNAME. For example, to access TIGER you use the PHP constant MHASH_TIGER. </p> <blockquote><p><b class="note">Note</b>: This extension is obsoleted by <a href="book.hash.html" class="link">Hash</a>. <br /> </p></blockquote> </div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="book.mhash.html">Mhash</a></div> <div class="next" style="text-align: right; float: right;"><a href="mhash.setup.html">Installing/Configuring</a></div> <div class="up"><a href="book.mhash.html">Mhash</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -