mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Typos (bug #35564)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@202239 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
db0cbbea00
commit
3d99664a4f
8 changed files with 22 additions and 22 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- Generated by xml_proto.php v2.3. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.hash-file">
|
||||
<refnamediv>
|
||||
|
@ -41,7 +41,7 @@
|
|||
<listitem>
|
||||
<para>
|
||||
When set to &true;, outputs raw binary data.
|
||||
Default value (&false;) outpus lowercase hexits.
|
||||
Default value (&false;) outputs lowercase hexits.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -89,7 +89,7 @@ echo hash_file('md5', 'example.txt');
|
|||
<simplelist>
|
||||
<member><function>hash</function></member>
|
||||
<member><function>hash_hmac_file</function></member>
|
||||
<member>Or <function>hash_update_file</function></member>
|
||||
<member><function>hash_update_file</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.hash-final">
|
||||
<refnamediv>
|
||||
<refname>hash_final</refname>
|
||||
<refpurpose>Finalize an incremental hash and return desulting digest</refpurpose>
|
||||
<refpurpose>Finalize an incremental hash and return resulting digest</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
|
@ -31,7 +31,7 @@
|
|||
<listitem>
|
||||
<para>
|
||||
When set to &true;, outputs raw binary data.
|
||||
Default value (&false;) outpus lowercase hexits.
|
||||
Default value (&false;) outputs lowercase hexits.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.hash-hmac-file">
|
||||
<refnamediv>
|
||||
<refname>hash_hmac_file</refname>
|
||||
|
@ -49,7 +49,7 @@
|
|||
<listitem>
|
||||
<para>
|
||||
When set to &true;, outputs raw binary data.
|
||||
Default value (&false;) outpus lowercase hexits.
|
||||
Default value (&false;) outputs lowercase hexits.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -96,7 +96,7 @@ echo hash_hmac_file('md5', 'example.txt', 'secret');
|
|||
<para>
|
||||
<simplelist>
|
||||
<member><function>hash_hmac</function></member>
|
||||
<member>Or <function>hash_file</function></member>
|
||||
<member><function>hash_file</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.hash-hmac">
|
||||
<refnamediv>
|
||||
<refname>hash_hmac</refname>
|
||||
|
@ -49,7 +49,7 @@
|
|||
<listitem>
|
||||
<para>
|
||||
When set to &true;, outputs raw binary data.
|
||||
Default value (&false;) outpus lowercase hexits.
|
||||
Default value (&false;) outputs lowercase hexits.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -94,7 +94,7 @@ b8e7ae12510bdfb1812e463a7f086122cf37e4f7
|
|||
<simplelist>
|
||||
<member><function>hash</function></member>
|
||||
<member><function>hash_init</function></member>
|
||||
<member>Or <function>hash_hmac_file</function></member>
|
||||
<member><function>hash_hmac_file</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- Generated by xml_proto.php v2.3. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.hash-init">
|
||||
<refnamediv>
|
||||
|
@ -93,7 +93,7 @@ echo hash_final($ctx);
|
|||
<member><function>hash</function></member>
|
||||
<member><function>hash_file</function></member>
|
||||
<member><function>hash_hmac</function></member>
|
||||
<member>Or <function>hash_hmac_file</function></member>
|
||||
<member><function>hash_hmac_file</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.hash-update-file">
|
||||
<refnamediv>
|
||||
<refname>hash_update_file</refname>
|
||||
|
@ -63,7 +63,7 @@
|
|||
<member><function>hash_update_stream</function></member>
|
||||
<member><function>hash_final</function></member>
|
||||
<member><function>hash</function></member>
|
||||
<member>Or <function>hash_file</function></member>
|
||||
<member><function>hash_file</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.hash-update">
|
||||
<refnamediv>
|
||||
<refname>hash_update</refname>
|
||||
|
@ -41,7 +41,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns &true;
|
||||
Returns &true;.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
@ -52,7 +52,7 @@
|
|||
<member><function>hash_init</function></member>
|
||||
<member><function>hash_update_file</function></member>
|
||||
<member><function>hash_update_stream</function></member>
|
||||
<member>Or <function>hash_final</function></member>
|
||||
<member><function>hash_final</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.hash">
|
||||
<refnamediv>
|
||||
<refname>hash</refname>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<listitem>
|
||||
<para>
|
||||
When set to &true;, outputs raw binary data.
|
||||
Default value (&false;) outpus lowercase hexits.
|
||||
Default value (&false;) outputs lowercase hexits.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -85,7 +85,7 @@ ec457d0a974c48d5685a7efa03d137dc8bbde7e3
|
|||
<simplelist>
|
||||
<member><function>hash_file</function></member>
|
||||
<member><function>hash_hmac</function></member>
|
||||
<member>Or <function>hash_init</function></member>
|
||||
<member><function>hash_init</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue