DOMNode::isDefaultNamespace

(PHP 5, PHP 7)
Checks if the specified namespaceURI is the default namespace or not
public bool DOMNode::isDefaultNamespace ( string $namespaceURI )

Tells whether namespaceURI is the default namespace.

Parameters:
namespaceURI

The namespace URI to look for.

Returns:

Return TRUE if namespaceURI is the default namespace, FALSE otherwise.

doc_php
2016-02-24 16:14:55
Comments
Leave a Comment

Please login to continue.