mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Removing, this function never existed. Sorta deals with bug #18576
Some old discussion on this topic here: * http://bugs.php.net/8978 * http://marc.theaimsgroup.com/?l=php-dev&m=102955914915969 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127207 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
41eda7d584
commit
b96da16cc3
1 changed files with 0 additions and 41 deletions
|
@ -1,41 +0,0 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/session.xml, last change in rev 1.25 -->
|
||||
<refentry id="function.session-readonly">
|
||||
<refnamediv>
|
||||
<refname>session_readonly</refname>
|
||||
<refpurpose>Begin session - reinitializes frozen variables, but no writeback on request end</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>session_readonly</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Read in session data without locking the session data. Changing
|
||||
session data is not possible, but frameset performance will be improved.
|
||||
</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:"../../../../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
|
||||
-->
|
Loading…
Reference in a new issue