mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
example fix, some entities.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75385 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
82f44f4a8c
commit
ffc7304728
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.21 $ -->
|
||||
<!-- $Revision: 1.22 $ -->
|
||||
<reference id="ref.openssl">
|
||||
<title>OpenSSL functions</title>
|
||||
<titleabbrev>OpenSSL</titleabbrev>
|
||||
|
@ -206,7 +206,7 @@
|
|||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
// lets assume you just called an openssl function that failed
|
||||
while($msg = openssl_error_string)
|
||||
while($msg = openssl_error_string())
|
||||
echo $msg . "<br />\n";
|
||||
]]>
|
||||
</programlisting>
|
||||
|
@ -305,7 +305,7 @@ while($msg = openssl_error_string)
|
|||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
Returns &true; on success, or &false; on error. If successful the opened
|
||||
&return.success; If successful the opened
|
||||
data is returned in <parameter>open_data</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
|
@ -433,7 +433,7 @@ openssl_free_key($pk2);
|
|||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
Returns &true; on success, or &false; on failure.
|
||||
&return.success;
|
||||
If successful the signature is returned in
|
||||
<parameter>signature</parameter>.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue