mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
- Error are queue (FIFO), not stacked.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316559 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4de085db49
commit
db1a1cfda3
1 changed files with 3 additions and 2 deletions
|
@ -14,8 +14,9 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
<function>openssl_error_string</function> returns the last error from the
|
||||
openSSL library. Error messages are stacked, so this function should be
|
||||
called multiple times to collect all of the information.
|
||||
openSSL library. Error messages are queued, so this function should be
|
||||
called multiple times to collect all of the information. The last error will
|
||||
be the most recent one.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue