mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
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:
parent
0ecdd308b3
commit
38a5ac1426
2 changed files with 7 additions and 7 deletions
|
@ -159,13 +159,13 @@ To continue, <A HREF="nextpage.php?<?=SID?>">click here</A>
|
|||
The <literal><?=SID?></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
|
||||
|
|
|
@ -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>.
|
||||
|
|
Loading…
Reference in a new issue