掃碼下載編程獅APP
W3Cschool
恭喜您成為首批注冊用戶
獲得88經驗值獎勵
如何使用->即讀取配置文件,讓我們快點往下看吧!
在目錄結構文檔頁,可以看到service服務目錄下 有 config類
演示:
<?php namespace \test\app;
use \service\config; class test { public function index() { //如果我要獲取默認配置的debug情況 $debug = config::get('debug'); //如果我要獲取debug狀態(tài)如何 $switch = config::get('debug.switch'); //如果我要獲取其他配置文件的配置該如何獲取? $other = config::get('xxx.sss.ooo','other'); } }
怎么樣,看到這里,是否覺得很舒服?
官方提供的 config 服務 可取多維數組中的配置信息
列如:other.php 配置文件 , 你只需要 xxx.sss.ooo 就可以獲取到
return [ xxx=> [ sss=>[ ooo=>'你獲取到我了。' ] ] ]
更多建議:
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯系方式:
更多建議: