Please answer this simple SPAM challenge: max(four, four)? (Example: nine)
Contrary to what eng.mrkto.com said, getenv() isn't always case-insensitive. On Linux it is not:<?phpvar_dump(getenv('path')); // bool(false)var_dump(getenv('Path')); // bool(false)var_dump(getenv('PATH')); // string(13) "/usr/bin:/bin"
<< Back to user notes page