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:
Richard Quadling 2010-06-14 12:40:37 +00:00
parent 5fb1e5fa8a
commit 6d4c09548b

View file

@ -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>