Voting

: min(nine, nine)?
(Example: nine)

The Note You're Voting On

eng.mrkto.com
14 years ago
This function is useful (compared to $_SERVER, $_ENV) because it searches $varname key in those array case-insensitive manner.
For example on Windows $_SERVER['Path'] is like you see Capitalized, not 'PATH' as you expected.
So just: <?php getenv('path') ?>

<< Back to user notes page

To Top