PHP Doku:: Checks if the specified namespaceURI is the default namespace or not - domnode.isdefaultnamespace.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzXML-ManipulationDocument Object ModelThe DOMNode classDOMNode::isDefaultNamespace

Ein Service von Reinhard Neidl - Webprogrammierung.

The DOMNode class

<<DOMNode::insertBefore

DOMNode::isSameNode>>

DOMNode::isDefaultNamespace

(PHP 5)

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

Beschreibung

bool DOMNode::isDefaultNamespace ( string $namespaceURI )

Tells whether namespaceURI is the default namespace.

Parameter-Liste

namespaceURI

The namespace URI to look for.

Rückgabewerte

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


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)