php-doc-en/reference/session/functions/session-abort.xml
Pasindu De Silva 3eb1b91927 Fix #69482 session_commit and session_abort documentation return type mismatch
( By Christoph Becker )

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336604 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-20 15:13:19 +00:00

65 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.session-abort">
<refnamediv>
<refname>session_abort</refname>
<refpurpose>Discard session array changes and finish session</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>void</type><methodname>session_abort</methodname>
<void/>
</methodsynopsis>
<para>
<function>session_abort</function> finishes session without saving
data. Thus the original values in session data are kept.
</para>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&return.void;
</para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><varname>$_SESSION</varname></member>
<member>
The <link linkend="ini.session.auto-start">session.auto_start</link>
configuration directive
</member>
<member><function>session_start</function></member>
<member><function>session_reset</function></member>
<member><function>session_commit</function></member>
</simplelist>
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->