mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fixed #54573 - changed the word then to the word than
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310373 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
44a639a211
commit
698d4767f0
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
This function encrypts data. The data is padded with "<literal>\0</literal>"
|
||||
to make sure the length of the data is n * blocksize. This
|
||||
function returns the encrypted data. Note that the length
|
||||
of the returned string can in fact be longer then the input,
|
||||
of the returned string can in fact be longer than the input,
|
||||
due to the padding of the data.
|
||||
</para>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue