mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237417 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a6c9cf6125
commit
cb3e0bc8d9
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<refentry id="function.crypt">
|
||||
<refnamediv>
|
||||
<refname>crypt</refname>
|
||||
|
@ -37,7 +37,7 @@
|
|||
first eight characters of <parameter>str</parameter>, so longer strings
|
||||
that start with the same eight characters will generate the same result
|
||||
(when the same salt is used).
|
||||
</simpara>
|
||||
</para>
|
||||
<simpara>
|
||||
On systems where the crypt() function supports multiple
|
||||
encryption types, the following constants are set to 0 or 1
|
||||
|
|
Loading…
Reference in a new issue