We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11d3e7 commit 2b7741fCopy full SHA for 2b7741f
1 file changed
readme.md
@@ -52,11 +52,14 @@ b="2"
52
c=$3#
53
; also comment line
54
d="lol"
55
+# empty
56
e=
57
f=\"6\"
58
1_2=one_two
59
+# empty too
60
E=""
61
A_B=Apple Ball
62
+# multiline
63
MUL="line 1
64
line 2"
65
x=Y
@@ -82,6 +85,10 @@ echo env('THE_KEY');
82
85
83
86
See [filter_var](http://php.net/filter_var) for more on sanitizing/filtering values!
84
87
88
+## Benchmark
89
+
90
+If you are interested [here](https://github.com/adhocore/env-bench) is a simple benchmark.
91
92
---
93
### Consideration
94
0 commit comments