★ wanayoo — archive 1999 http://fr.php.net/manual/de/function.getenv.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to PHP Optionen/Informationen
Quick Reference
English version of this pageGerman version of this pageJapanese version of this page
Italian version of this pageFrench version of this pageHungarian version of this page
Spanish version of this pageDutch version of this pageBrazilian Portuguese version of this page
Korean version of this pageCzech version of this page
PHP Optionen/Informationen
* extension_loaded
* getenv
* get_cfg_var
* get_current_user
* get_magic_quotes_gpc
* get_magic_quotes_runtime
* getlastmod
* getmyinode
* getmypid
* getmyuid
* getrusage
* phpinfo
* php_logo_guid
* php_sapi_name
* phpversion
* putenv
* set_magic_quotes_runtime
* set_time_limit
* zend_logo_guid
* get_loaded_extensions
* get_extension_funcs
* get_required_files
* get_included_files

  Thanks to:
 Chek.com
 easyDNS
 VA Linux Systems

  Related sites:
Apache
MySQL
PostgreSQL
Zend Tech.

  Community:
LinuxFund.org
OSDN
Manual: getenv
View the source code for this pageSearch the site



Previous page
 extension_loaded
 Updated
Tue, 27 Feb 2001
get_cfg_var 
Next page


getenv

(PHP 3, PHP 4 )

getenv -- Zeigt den Wert einer Umgebungsvariablen an

Beschreibung

string getenv (string varname)

Zeigt den Wert der Umgebungsvariablen varname an oder false bei einem Fehler.


$ip = getenv ("REMOTE_ADDR"); // get the ip number of the user 
      

Eine Liste aller Umgebungsvariablen wird mit phpinfo() angezeigt. Ein Überlick über viele Umgebungsvariablen und deren Bedeutung findet sich unter den CGI Spezificationen, speziell auf der Seite der Umgebungsvariablen .


 About Notes


Previous page
 extension_loaded
 Updated
Tue, 27 Feb 2001
get_cfg_var 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
France
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.