XMLReader
PHP Manual

XMLReader::lookupNamespace

(PHP 5 >= 5.1.2)

XMLReader::lookupNamespaceLookup namespace for a prefix

설명

bool XMLReader::lookupNamespace ( string $prefix )

Lookup in scope namespace for a given prefix.

인수

prefix

String containing the prefix.

반환값

성공할 경우 TRUE를, 실패할 경우 FALSE를 반환합니다.


XMLReader
PHP Manual