env
env copied to clipboard
Simple library to read environment variables and convert to simple types.
Results
1
env issues
Sort by
recently updated
recently updated
newest added
This is about values like `0755` or `0664` which are used for file permissions. When using `DIR_PERM=0755` then `env()` will convert this to `int(755)` but the correct value should have...