mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix protos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321915 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7a7b18be36
commit
2d04efd320
9 changed files with 11 additions and 11 deletions
|
@ -10,7 +10,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>ReturnType</type><methodname>session_register_shutdown</methodname>
|
||||
<type>void</type><methodname>session_register_shutdown</methodname>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<methodsynopsis>
|
||||
<type>bool</type><methodname>session_set_save_handler</methodname>
|
||||
<methodparam><type>SessionHandler</type><parameter>sessionhandler</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>boolean</type><parameter>register_shutdown</parameter><initializer>true</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>register_shutdown</parameter><initializer>true</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>session_set_save_handler</function> sets the user-level
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>integer</type><methodname>SessionHandler::close</methodname>
|
||||
<modifier>public</modifier> <type>int</type><methodname>SessionHandler::close</methodname>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>integer</type><methodname>SessionHandler::destroy</methodname>
|
||||
<modifier>public</modifier> <type>int</type><methodname>SessionHandler::destroy</methodname>
|
||||
<methodparam><type>string</type><parameter>sessionid</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>integer</type><methodname>SessionHandler::gc</methodname>
|
||||
<methodparam><type>integer</type><parameter>maxlifetime</parameter></methodparam>
|
||||
<modifier>public</modifier> <type>int</type><methodname>SessionHandler::gc</methodname>
|
||||
<methodparam><type>int</type><parameter>maxlifetime</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Cleans up expired sessions. Called by <function>session_start</function>,
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>integer</type><methodname>SessionHandler::open</methodname>
|
||||
<modifier>public</modifier> <type>int</type><methodname>SessionHandler::open</methodname>
|
||||
<methodparam><type>string</type><parameter>save_path</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>sessionid</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>integer</type><methodname>SessionHandler::write</methodname>
|
||||
<modifier>public</modifier> <type>int</type><methodname>SessionHandler::write</methodname>
|
||||
<methodparam><type>string</type><parameter>sessionid</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>sessiondata</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
<methodsynopsis>
|
||||
<type>void</type><methodname>stomp_set_read_timeout</methodname>
|
||||
<methodparam><type>resource</type><parameter>link</parameter></methodparam>
|
||||
<methodparam><type>integer</type><parameter>seconds</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>integer</type><parameter>microseconds</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>seconds</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>microseconds</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Sets read timeout.
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>boolean</type><methodname>Yaf_Router::route</methodname>
|
||||
<modifier>public</modifier> <type>bool</type><methodname>Yaf_Router::route</methodname>
|
||||
<methodparam><type>Yaf_Request_Abstract</type><parameter>request</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue