PHP lithium\console Request::env - 4 examples found. These are the top rated real world PHP examples of lithium\console\Request::env extracted from open source projects. You can rate examples to help us improve the quality of examples.
Returns the environment key related to the `$key` argument. If `$key` is equal
to null the result will be the entire environment array. If `$key` is set but not
available, `null` will be returned.