Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Horde_Registry_Loadconfig
PHP 클래스 Horde_Registry_Loadconfig, horde
저자:
Michael Slusarz (
[email protected]
)
파일 보기
프로젝트 열기: horde/horde
공개 프로퍼티들
프로퍼티
타입
설명
$config
array
The loaded configuration variables.
$output
string
The PHP output from loading the files.
공개 메소드들
메소드
설명
__construct
(
string
$app
,
string
$conf_file
,
mixed
$vars
= null )
Constructor.
메소드 상세
__construct()
공개
메소드
Constructor.
public
__construct
(
string
$app
,
string
$conf_file
,
mixed
$vars
= null )
$app
string
Application.
$conf_file
string
Configuration file name.
$vars
mixed
List of config variables to load.
프로퍼티 상세
$config
공개적으로 프로퍼티
The loaded configuration variables.
public
array
$config
리턴
array
$output
공개적으로 프로퍼티
The PHP output from loading the files.
public
string
$output
리턴
string