mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
session_destroy returns void not bool.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@27213 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
548c2bb986
commit
34a2c88941
1 changed files with 1 additions and 4 deletions
|
@ -378,7 +378,7 @@ close
|
|||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>bool <function>session_destroy</function></funcdef>
|
||||
<funcdef>void <function>session_destroy</function></funcdef>
|
||||
<void/>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
|
@ -386,9 +386,6 @@ close
|
|||
<function>session_destroy</function> destroys all of the data
|
||||
associated with the current session.
|
||||
</simpara>
|
||||
<simpara>
|
||||
This function always returns true.
|
||||
</simpara>
|
||||
<note>
|
||||
<para>
|
||||
This function was added in PHP 4.0.
|
||||
|
|
Loading…
Reference in a new issue