mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Use <varname> for variables (automatically creates links to their
documentations) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266024 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
768a81cfaa
commit
ef0a0cf42d
1 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<refentry xml:id="function.urldecode" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>urldecode</refname>
|
||||
|
@ -68,9 +68,10 @@ while ($i < count($a)) {
|
|||
&reftitle.notes;
|
||||
<warning>
|
||||
<para>
|
||||
The superglobals $_GET and $_REQUEST are already decoded. Using
|
||||
<function>urldecode</function> on an element in $_GET or $_REQUEST could
|
||||
have unexpected and dangerous results.
|
||||
The superglobals <varname>$_GET</varname> and <varname>$_REQUEST</varname>
|
||||
are already decoded. Using <function>urldecode</function> on an element
|
||||
in <varname>$_GET</varname> or <varname>$_REQUEST</varname> could have
|
||||
unexpected and dangerous results.
|
||||
</para>
|
||||
</warning>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue