mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
introduction of &reference.openssl.parameter-notext;
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@121653 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bdd31b498f
commit
8d6532dbb1
4 changed files with 10 additions and 20 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/openssl.xml, last change in rev 1.19 -->
|
||||
<refentry id="function.openssl-csr-export-to-file">
|
||||
<refnamediv>
|
||||
|
@ -18,11 +18,8 @@
|
|||
<function>openssl_csr_export_to_file</function> takes the Certificate
|
||||
Signing Request represented by <parameter>csr</parameter> and saves it
|
||||
as ascii-armoured text into the file named by <parameter>outfilename</parameter>.
|
||||
&reference.openssl.parameter-notext;
|
||||
&return.success;
|
||||
The optional <parameter>notext</parameter> affects
|
||||
the verbosity of the output; if it is &false; then additional human-readable information is included
|
||||
in the output. The default value of <parameter>notext</parameter> is
|
||||
&true;
|
||||
</para>
|
||||
<simpara>
|
||||
See also <function>openssl_csr_export</function>,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/openssl.xml, last change in rev 1.19 -->
|
||||
<refentry id="function.openssl-csr-export">
|
||||
<refnamediv>
|
||||
|
@ -19,11 +19,8 @@
|
|||
Request represented by <parameter>csr</parameter> and stores it as
|
||||
ascii-armoured text into <parameter>out</parameter>, which is passed by
|
||||
reference.
|
||||
&reference.openssl.parameter-notext;
|
||||
&return.success;
|
||||
The optional <parameter>notext</parameter> affects
|
||||
the verbosity of the output; if it is &false; then additional human-readable information is included
|
||||
in the output. The default value of <parameter>notext</parameter> is
|
||||
&true;
|
||||
</para>
|
||||
<simpara>
|
||||
See also <function>openssl_csr_export_to_file</function>,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/openssl.xml, last change in rev 1.19 -->
|
||||
<refentry id="function.openssl-x509-export-to-file">
|
||||
<refnamediv>
|
||||
|
@ -18,9 +18,7 @@
|
|||
<function>openssl_x509_export_to_file</function> stores
|
||||
<parameter>x509</parameter> into a file named by
|
||||
<parameter>outfilename</parameter> in a PEM encoded format.
|
||||
The optional parameter <parameter>notext</parameter> default to &true;.
|
||||
If set to &false;, additional human readable text will also be stored
|
||||
into the output file.
|
||||
&reference.openssl.parameter-notext;.
|
||||
&return.success;
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/openssl.xml, last change in rev 1.19 -->
|
||||
<refentry id="function.openssl-x509-export">
|
||||
<refnamediv>
|
||||
|
@ -16,11 +16,9 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
<function>openssl_x509_export</function> stores
|
||||
<parameter>x509</parameter> into a file named by
|
||||
<parameter>outfilename</parameter> in a PEM encoded format.
|
||||
The optional parameter <parameter>notext</parameter> default to &true;.
|
||||
If set to &false;, additional human readable text will also be stored
|
||||
into <parameter>output</parameter>.
|
||||
<parameter>x509</parameter> into a string named by
|
||||
<parameter>output</parameter> in a PEM encoded format.
|
||||
&reference.openssl.parameter-notext;
|
||||
&return.success;
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue