[sessions] Added some see also references.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323626 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Drak 2012-02-28 13:32:20 +00:00
parent 4de5cce5d8
commit 0c3078852e
4 changed files with 41 additions and 1 deletions

View file

@ -18,6 +18,10 @@
session handler to <function>session_set_save_handler</function> using its
<literal>OOP</literal> invocation, the class must implement this interface.
</para>
<para>
Please note the callback methods of this class are designed to be called internally by
PHP and are not meant to be called from user-space code.
</para>
</section>
<!-- }}} -->
@ -35,7 +39,7 @@
</ooclass>
</classsynopsisinfo>
<!-- }}} -->
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.sessionhandlerinterface')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
</classsynopsis>

View file

@ -49,6 +49,18 @@
</para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member>
The <link linkend="ini.session.auto-start">session.auto-start</link>
configuration directive.
</member>
</simplelist>
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file

View file

@ -57,6 +57,18 @@
</para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member>
The <link linkend="ini.session.serialize-handler">session.serialize_handler</link>
configuration directive.
</member>
</simplelist>
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file

View file

@ -61,6 +61,18 @@
</para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member>
The <link linkend="ini.session.serialize-handler">session.serialize_handler</link>
configuration directive.
</member>
</simplelist>
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file