import_request_variables

 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().

戻り値

Returns TRUE on success or FALSE on failure.