apache_getenv

(PHP 4 >= 4.3.0, PHP 5, PHP 7)

apache_getenv��ȡ Apache subprocess_env ����

˵��

apache_getenv ( string $variable [, bool $walk_to_top = false ] ) : string

��ȡ variable ָ���Ļ���������

�˺�����Ҫ Apache 2 ����Ϊ undefined��

����

variable

Apache ��������

walk_to_top

�Ƿ��ȡ��Apache������õĶ������

����ֵ

�ɹ�ʱ���� Apache ��������ֵ��ʧ��ʱ���� FALSE

����

Example #1 apache_getenv() example

��ʾ����ʾ���ȡ�� Apache �������� SERVER_ADDR��ֵ��

<?php
$ret 
apache_getenv("SERVER_ADDR");
echo 
$ret;
?>

�������̵���������ڣ�

42.24.42.240

�μ�