mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fixed typo (#16983)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@81020 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
11bcd2dfc3
commit
38fb4c187c
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/session.xml, last change in rev 1.8 -->
|
||||
<refentry id="function.session-unset">
|
||||
<refnamediv>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The <function>session_unset</function> function free's all session variables
|
||||
The <function>session_unset</function> function frees all session variables
|
||||
currently registered.
|
||||
</para>
|
||||
<note>
|
||||
|
|
Loading…
Reference in a new issue