©
이 문서에서는 PHP 중국어 웹사이트 매뉴얼 풀어 주다
(PHP 5, PHP 7)
DOMNode::isDefaultNamespace — Checks if the specified namespaceURI is the default namespace or not
$namespaceURI
)
Tells whether namespaceURI
is the default namespace.
namespaceURI
The namespace URI to look for.
Return TRUE
if namespaceURI
is the default
namespace, FALSE
otherwise.