betz Sun Mar 30 09:30:09 2003 EDT Modified files: /phpdoc/en/reference/openssl/functions openssl-csr-export-to-file.xml openssl-csr-export.xml openssl-x509-export-to-file.xml openssl-x509-export.xml Log: introduction of &reference.openssl.parameter-notext; Index: phpdoc/en/reference/openssl/functions/openssl-csr-export-to-file.xml diff -u phpdoc/en/reference/openssl/functions/openssl-csr-export-to-file.xml:1.4 phpdoc/en/reference/openssl/functions/openssl-csr-export-to-file.xml:1.5 --- phpdoc/en/reference/openssl/functions/openssl-csr-export-to-file.xml:1.4 Tue Dec 10 14:13:48 2002 +++ phpdoc/en/reference/openssl/functions/openssl-csr-export-to-file.xml Sun Mar 30 09:30:09 2003 @@ -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>, Index: phpdoc/en/reference/openssl/functions/openssl-csr-export.xml diff -u phpdoc/en/reference/openssl/functions/openssl-csr-export.xml:1.3 phpdoc/en/reference/openssl/functions/openssl-csr-export.xml:1.4 --- phpdoc/en/reference/openssl/functions/openssl-csr-export.xml:1.3 Tue Dec 10 14:13:48 2002 +++ phpdoc/en/reference/openssl/functions/openssl-csr-export.xml Sun Mar 30 09:30:09 2003 @@ -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>, Index: phpdoc/en/reference/openssl/functions/openssl-x509-export-to-file.xml diff -u phpdoc/en/reference/openssl/functions/openssl-x509-export-to-file.xml:1.3 phpdoc/en/reference/openssl/functions/openssl-x509-export-to-file.xml:1.4 --- phpdoc/en/reference/openssl/functions/openssl-x509-export-to-file.xml:1.3 Tue Dec 10 14:13:48 2002 +++ phpdoc/en/reference/openssl/functions/openssl-x509-export-to-file.xml Sun Mar 30 09:30:09 2003 @@ -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> Index: phpdoc/en/reference/openssl/functions/openssl-x509-export.xml diff -u phpdoc/en/reference/openssl/functions/openssl-x509-export.xml:1.3 phpdoc/en/reference/openssl/functions/openssl-x509-export.xml:1.4 --- phpdoc/en/reference/openssl/functions/openssl-x509-export.xml:1.3 Tue Dec 10 14:13:48 2002 +++ phpdoc/en/reference/openssl/functions/openssl-x509-export.xml Sun Mar 30 09:30:09 2003 @@ -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>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php