This website requires JavaScript.
Explore
Help
Sign in
opdavies
/
php-helpers
Watch
1
Star
0
Fork
You've already forked php-helpers
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
52d8e4c626
Branches
Tags
No results found.
php-helpers
/
src
/
helpers.php
9 lines
121 B
PHP
Raw
Normal View
History
Unescape
Escape
init
2019-05-21 12:36:46 +01:00
<
?
php
env returns an environment variable
2019-05-21 12:37:38 +01:00
if
(
!
function_exists
(
'env'
))
{
function
env
(
string
$name
)
:
?
string
{
return
$_ENV
[
$name
];
}
}
Reference in a new issue
Copy permalink