mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix parameter name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339638 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4e57165e7d
commit
3fd1c69998
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
<methodsynopsis>
|
||||
<modifier>abstract</modifier> <modifier>public</modifier> <type>bool</type><methodname>SessionHandlerInterface::open</methodname>
|
||||
<methodparam><type>string</type><parameter>save_path</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>name</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>session_name</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Re-initialize existing session, or creates a new one. Called when a session starts or when
|
||||
|
@ -32,7 +32,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>name</parameter></term>
|
||||
<term><parameter>session_name</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The session name.
|
||||
|
|
Loading…
Reference in a new issue