PHP » GoLang |
login |
register |
about
|
GoLang import_request_variables
request it (321)
GoLang replacement for PHP's import_request_variables
[edit | history]
import_request_variables(PHP 4 >= 4.1.0, PHP 5 < 5.4.0) import_request_variables — Import GET/POST/Cookie variables into the global scope Description
bool import_request_variables
( string
$types
[, string $prefix
] )Imports GET/POST/Cookie variables into the global scope. It is useful if you disabled register_globals, but would like to see some variables in the global scope. If you're interested in importing other variables into the global scope, such as $_SERVER, consider using extract(). Warning
This function has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 5.4.0. Parameters
Return Values
Returns Examples
Example #1 import_request_variables() example
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|