mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
See also $_REQUEST
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87347 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
03235841f0
commit
555d51632c
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- splitted from ./en/functions/var.xml, last change in rev 1.34 -->
|
||||
<refentry id="function.import-request-variables">
|
||||
<refnamediv>
|
||||
|
@ -66,8 +66,9 @@ print $rvar_foo;
|
|||
</programlisting>
|
||||
</informalexample>
|
||||
<simpara>
|
||||
See also <link linkend="ini.register-globals">register_globals</link>,
|
||||
<link linkend="language.variables.predefined">Predefined Variables</link>
|
||||
See also <link linkend="reserved.variables.request">$_REQUEST</link>,
|
||||
<link linkend="ini.register-globals">register_globals</link>,
|
||||
<link linkend="language.variables.predefined">Predefined Variables</link>,
|
||||
and <function>extract</function>.
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue