function import request variables VKEQWJFSTCEKL54AZ5EVF2BRQAZSO6D7CM4F2JQ


import_request_variablesPodręcznik PHPPoprzedniNastępnyimport_request_variables (PHP 4 >= 4.0.7RC1)import_request_variables -- Import GET/POST/Cookie variables into the global scopeDescriptionbool 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. Using the types parameter, you can specify, which request variables to import. You can use 'G', 'P' and 'C' characters respectively for GET, POST and Cookie. These characters are not case sensitive, so you can also use any combination of 'g', 'p' and 'c'. POST includes the uploaded file informations. Note, that the order of the letters matters, as using "gp", the POST variables will overwrite GET variables with the same name. Any other other letters then GPC are discarded. Notatka: Although the prefix argument is optional, you will get a notice level error, if you specify no prefix, or specify an empty string as a prefix. This is a possible security hazard. Notice level errors are not displayed using the default error reporting level. // This will import GET and POST vars // with an "rvar_" prefix import_request_variables("gP", "rvar_"); See also register_globals and track_vars. PoprzedniSpis treściNastępnyget_resource_typePoczątek rozdziałuintval

Wyszukiwarka

Podobne podstrony:
function import request variables
function import request variables
function mb convert variables
David Wilkins Functions of a Complex Variable Part2
David Wilkins Functions of a Complex Variable Part3
function pg request cancel
function mb convert variables
function mb convert variables
David Wilkins Functions of a Complex Variable Part5
David Wilkins Functions of a Complex Variable Part7
David Wilkins Functions of a Complex Variable Part8
David Wilkins Functions of a Complex Variable Part4
function apache request headers
function define syslog variables
function cpdf import jpeg
function ibase blob import

więcej podobnych podstron