DOMNode::isDefaultNamespace
PHP Manual
PHP Manual»DOMNode»DOMNode::isDefaultNamespace

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.

To Top