mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fixed bug#50782 (Description of the return value doesn't not match with the example code)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293631 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c353851bc4
commit
91224d7744
1 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,9 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
<function>session_name</function> returns the name of the current
|
||||
session or changes the name if <parameter>name</parameter> is given.
|
||||
session. If <parameter>name</parameter> is given,
|
||||
<function>session_start</function> will update the session name and return
|
||||
the <literal>old</literal> session name.
|
||||
</para>
|
||||
<para>
|
||||
The session name is reset to the default value stored in
|
||||
|
|
Loading…
Reference in a new issue