mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Doc Bug #54750 - missing default value in openssl_x509_export_to_file() - added default value for notext in signature
http://lxr.php.net/opengrok/xref/PHP_5_3/ext/openssl/openssl.c#1216 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311089 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
847deb924e
commit
0a2f679e1f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
<type>bool</type><methodname>openssl_x509_export_to_file</methodname>
|
||||
<methodparam><type>mixed</type><parameter>x509</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>outfilename</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>notext</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>notext</parameter><initializer>&true;</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>openssl_x509_export_to_file</function> stores
|
||||
|
|
Loading…
Reference in a new issue