©
本文档使用
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.