mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
adding links to shortcut md5 and sha1 file functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264206 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
02a45af6c0
commit
141c8f890a
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- Generated by xml_proto.php v2.3. Found in /scripts directory of phpdoc. -->
|
||||
<refentry xml:id="function.hash-file" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
|
@ -90,6 +90,8 @@ echo hash_file('md5', 'example.txt');
|
|||
<member><function>hash</function></member>
|
||||
<member><function>hash_hmac_file</function></member>
|
||||
<member><function>hash_update_file</function></member>
|
||||
<member><function>md5_file</function></member>
|
||||
<member><function>sha1_file</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue