PHP 8.1.24 Released!

DOMNode::isDefaultNamespace

(PHP 5, PHP 7, PHP 8)

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

Descrição

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

Tells whether namespace is the default namespace.

Parâmetros

namespace

The namespace URI to look for.

Valor Retornado

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

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top