fixed typo introduced by a not-to-clever autoconversion tool ... :(

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65575 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hartmut Holzgraefe 2001-12-18 15:11:31 +00:00
parent 8a9d3a0f03
commit 0e3b881bcc

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.19 $ -->
<!-- $Revision: 1.20 $ -->
<reference id="ref.openssl">
<title>OpenSSL functions</title>
<titleabbrev>OpenSSL</titleabbrev>
@ -1023,7 +1023,7 @@ if (openssl_pkcs7_sign("msg.txt", "signed.txt", "mycert.pem",
<refentry id="function.openssl-x509-export">
<refnamediv>
<refname>openssl_x509_export</refname>
<refpurpose>&out [, bool notext]) Exports a CERT to file or a var </refpurpose>
<refpurpose>Exports a CERT to file or a var </refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -1031,7 +1031,10 @@ if (openssl_pkcs7_sign("msg.txt", "signed.txt", "mycert.pem",
<funcprototype>
<funcdef>bool <function>openssl_x509_export</function></funcdef>
<paramdef>mixed <parameter>x509</parameter></paramdef>
<paramdef>string <parameter></parameter></paramdef>
<paramdef>string <parameter>outfilename</parameter></paramdef>
<paramdef>bool
<parameter><optional>notext</optional></parameter>
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;