Function _p
Get the parameter value by name defined in /inc/parameter/(development|production|staging|test).php
Package: PHPLucidFrame\Core
Copyright: Copyright (c), PHPLucidFrame.
License: MIT License This source file is subject to the MIT license that is bundled with this source code in the file LICENSE
Author: Sithu sithu@phplucidframe.com
Located at lc.php
Copyright: Copyright (c), PHPLucidFrame.
License: MIT License This source file is subject to the MIT license that is bundled with this source code in the file LICENSE
Author: Sithu sithu@phplucidframe.com
Located at lc.php
string |
$name = 'env' |
<p>The parameter name defined as key in <code>/inc/parameter/(development|production|staging|test).php</code>. The file development, production, staging or test will be determined according to the value from <code>.lcenv</code>. If <code>$name</code> is <code>env</code> (by default), it returns the current environment setting from <code>.lcenv</code>.</p> |
mixed
|
The value defined /inc/parameter/(development|production|staging|test).php
|