mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
$options accepts a bitmask
Furthermore this function seems to be pretty well documented, so we can remove the undocumented warning. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339278 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5485b48982
commit
65e6a11592
1 changed files with 2 additions and 5 deletions
|
@ -21,9 +21,6 @@
|
|||
Encrypts given data with given method and key, returns a raw
|
||||
or base64 encoded string
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
@ -58,8 +55,8 @@
|
|||
<term><parameter>options</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<parameter>options</parameter> can be one of
|
||||
<constant>OPENSSL_RAW_DATA</constant>,
|
||||
<parameter>options</parameter> is a bitwise disjunction of the flags
|
||||
<constant>OPENSSL_RAW_DATA</constant> and
|
||||
<constant>OPENSSL_ZERO_PADDING</constant>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
Loading…
Reference in a new issue