mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
As pointed out by "Robert P. J. Day" on PHP General (http://news.php.net/php.general/303020), sentence could use a slight rework.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296457 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5bb5428bc1
commit
a4ed29489b
1 changed files with 3 additions and 2 deletions
|
@ -823,8 +823,9 @@ I am bar.
|
|||
import_request_variables('p', 'p_');
|
||||
echo $p_username;
|
||||
|
||||
// Unavailable since PHP 6. As of PHP 5.0.0, these long predefined
|
||||
// variables can be disabled with the register_long_arrays directive.
|
||||
// As of PHP 5.0.0, these long predefined variables can be
|
||||
// disabled with the register_long_arrays directive. As of
|
||||
// PHP 6, they are completely unavailable.
|
||||
|
||||
echo $HTTP_POST_VARS['username'];
|
||||
|
||||
|
|
Loading…
Reference in a new issue