From professional translators, enterprises, web pages and freely available translation repositories.
use phpinfo() to see a list of all of the environment variables defined this way.
Функция getallheaders() является псевдонимом для функции apache_request_headers(). Эта функция возвращает ассоциативный массив, содержащий все заголовки текущего http-запроса. Для получения более подробных сведений о работе этой функции обратитесь к описанию функции apache_request_headers().
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
if variables declared in the class of which the obj is an instance, have not been assigned a value, those will not be returned in the array.
Замечание:
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
for command line users, make sure that you either have the c+ + environment variables registered, or have run vcvars.bat, and then execute one of the following:
Замечание:
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
if enabled, then environment, get, post, cookie, and server variables can be found in the global associative arrays $_env, $_get, $_post, $_cookie, and $_server.
Замечание: Значение по умолчанию для директив register_globals изменилось с on на off в php 4.2.0.
Last Update: 2011-10-24
Usage Frequency: 1
Quality: