$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:
Christoph Michael Becker 2016-06-02 11:49:35 +00:00
parent 5485b48982
commit 65e6a11592

View file

@ -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>