DOMNode::isDefaultNamespace

(PHP 5, PHP 7, PHP 8)

DOMNode::isDefaultNamespaceChecks if the specified namespaceURI is the default namespace or not

说明

public function DOMNode::isDefaultNamespace(string $namespace): bool

Tells whether namespace is the default namespace.

参数

namespace

The namespace URI to look for.

返回值

Return true if namespace is the default namespace, false otherwise.

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。