DOMNode::isDefaultNamespace

Checks if the specified namespaceURI is the default namespace or not

Description

public bool DOMNode::isDefaultNamespace(string $namespace)

Tells whether namespace is the default namespace.

Parameters

namespace

The namespace URI to look for.

Return Values

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