_p

Get the parameter value by name defined in /inc/parameter/(development|production|staging|test).php

Located at lc.php
Parameters
string $name = 'env'

The parameter name defined as key in /inc/parameter/(development|production|staging|test).php. The file development, production, staging or test will be determined according to the value from .lcenv. If $name is env (by default), it returns the current environment setting from .lcenv.

#
Returns
mixed

The value defined /inc/parameter/(development|production|staging|test).php