|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-04-18 10:00 UTC] royerj at free dot fr
[2002-04-18 10:02 UTC] hholzgra@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 14 10:00:01 2025 UTC |
When i tried to call the getenv("SERVER_ADDR") method, the return is an empty string. I know that I can use $_SERVER["SERVER_ADDR"] but I must use the getenv() method.