mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
split methodparams
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@144821 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c1a36e3b89
commit
7f1361c698
1 changed files with 7 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- splitted from ./en/functions/session.xml, last change in rev 1.23 -->
|
||||
<refentry id="function.session-set-save-handler">
|
||||
<refnamediv>
|
||||
|
@ -12,7 +12,12 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>session_set_save_handler</methodname>
|
||||
<methodparam><type>string</type><parameter>open</parameter></methodparam><methodparam><type>string</type><parameter>close</parameter></methodparam><methodparam><type>string</type><parameter>read</parameter></methodparam><methodparam><type>string</type><parameter>write</parameter></methodparam><methodparam><type>string</type><parameter>destroy</parameter></methodparam><methodparam><type>string</type><parameter>gc</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>open</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>close</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>read</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>write</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>destroy</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>gc</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>session_set_save_handler</function> sets the user-level
|
||||
|
|
Loading…
Reference in a new issue