1
0
mirror of https://github.com/php/doc-ru.git synced 2026-03-23 23:32:16 +01:00

hash-hmac.xml Исправил панграмму, убрали лишний ?>

This commit is contained in:
Mikhail Alferov
2026-03-16 15:52:30 +03:00
committed by GitHub
parent f4224daf8c
commit 19868332fd

View File

@@ -128,15 +128,13 @@
<![CDATA[
<?php
echo hash_hmac('sha256', 'Съешь ещё этих мягких французских булок, да выпей чаю.', 'secret');
?>
echo hash_hmac('sha256', 'Съешь же ещё этих мягких французских булок, да выпей чаю.', 'secret');
]]>
</programlisting>
&example.outputs;
<screen>
<![CDATA[
7909df92910e8b1c5348d8b21f6e27578fdcab03eeaa60c0f109b49a71128fc7
d6f502c51167410320e6f85de2a66f04ed961c04396275cf808ed43828663a9d
]]>
</screen>
</example>