Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
PPI
Framework
Autoload
exists
PPI\Framework\Autoload::exists PHP 메소드
Autoload 1 문서
파일 보기
프로젝트 열기: ppi/framework
exists()
공개
정적인
메소드
Check if a namespace has been registered. This is a workaround as the default self::$_options['loader'] class does not have an exists() method.
public
static
exists
(
string
$key
) :
boolean
$key
string
리턴
boolean
public static function exists($key) { return isset(self::$_registeredNamespaces[$key]); }
Autoload
add
config
exists
register