split methodparams

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@144821 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2003-11-24 13:45:54 +00:00
parent c1a36e3b89
commit 7f1361c698

View file

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