mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
session_start() -> session_name(). Fix #52080
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300430 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5fb1e5fa8a
commit
6d4c09548b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
<para>
|
||||
<function>session_name</function> returns the name of the current
|
||||
session. If <parameter>name</parameter> is given,
|
||||
<function>session_start</function> will update the session name and return
|
||||
<function>session_name</function> will update the session name and return
|
||||
the <literal>old</literal> session name.
|
||||
</para>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue