mirror of
https://github.com/php/doc-zh.git
synced 2026-03-24 07:02:15 +01:00
* Update book.xml * Update constants.xml * Update hash-pbkdf2.xml * Update hash.xml * Update hash-hmac.xml * Update hash-file.xml * Update hash-final.xml * Update hash-init.xml * Update hash-update-stream.xml * Update hash-update-stream.xml * Update hash-update-file.xml * Update hash-algos.xml * Update book.xml * Update constants.xml * Update hash-algos.xml * Update hash-file.xml * Update hash-file.xml * Update hash-final.xml * Update hash-hmac.xml * Update hash-init.xml * Update hash-pbkdf2.xml * Update hash-update-file.xml * Update hash-update-stream.xml * Update hash.xml
43 lines
1.1 KiB
XML
43 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 86e6094e86b84a51d00ab217ac50ce8dde33d82a Maintainer: ichenshy Status: ready -->
|
|
<!-- CREDITS: mowangjuanzi -->
|
|
<appendix xml:id="hash.constants" xmlns="http://docbook.org/ns/docbook">
|
|
&reftitle.constants;
|
|
&extension.constants;
|
|
<variablelist>
|
|
<varlistentry xml:id="constant.hash-hmac">
|
|
<term>
|
|
<constant>HASH_HMAC</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
<function>hash_init</function> 中的可选标志。表示 HMAC digest-keying 算法应被用于当前散列上下文环境。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</appendix>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|