Merge pull request #40816 from codetorex/master

Added missing information about File.open_encrypted function to docs
This commit is contained in:
Rémi Verschelde 2020-07-31 13:07:42 +02:00 committed by GitHub
commit 8b28553de8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -257,6 +257,7 @@
</argument>
<description>
Opens an encrypted file in write or read mode. You need to pass a binary key to encrypt/decrypt it.
[b]Note:[/b] The provided key must be 32 bytes long.
</description>
</method>
<method name="open_encrypted_with_pass">