mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
grammar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165567 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0025122ade
commit
cf4527aa7e
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.48 $ -->
|
||||
<!-- $Revision: 1.49 $ -->
|
||||
<reference id="ref.session">
|
||||
<title>Session Handling Functions</title>
|
||||
<titleabbrev>Sessions</titleabbrev>
|
||||
|
@ -214,7 +214,7 @@ unset($_SESSION['count']);
|
|||
<warning>
|
||||
<para>
|
||||
You can't use references in session variables as there is no feasible way
|
||||
to restore reference to other variable.
|
||||
to restore a reference to another variable.
|
||||
</para>
|
||||
</warning>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue