fixed xml tag order in note

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@43741 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jesus M. Castagnetto 2001-03-17 06:38:25 +00:00
parent 0ecdd308b3
commit 38a5ac1426
2 changed files with 7 additions and 7 deletions

View file

@ -159,13 +159,13 @@ To continue, <A HREF="nextpage.php?<?=SID?>">click here</A>
The <literal>&lt;?=SID?&gt;</literal> is not necessary, if
<literal>--enable-trans-sid</literal> was used to compile PHP.
</para>
<para>
<note>
<note>
<para>
Non-relative URLs are assummed to point to external sites and
hence don't append the SID, as it would be a security risk to
leak the SID to an different server.
</note>
</para>
</para>
</note>
<para>
To implement database storage, or any other storage method, you
will need to use <function>session_set_save_handler</function> to

View file

@ -1144,11 +1144,11 @@ foo();
</programlisting>
</informalexample>
</para>
<para>
<note>
<function>unset</function> is a language construct.
<para>
<function>Unset</function> is a language construct.
</para>
</note>
</para>
<para>
See also <function>isset</function> and
<function>empty</function>.