DOMNode::lookupPrefix

(PHP 5, PHP 7, PHP 8)

DOMNode::lookupPrefix Gets the namespace prefix of the node based on the namespace URI

Beschreibung

publicDOMNode::lookupPrefix(string$namespace): ?string

Gets the namespace prefix of the node based on the namespace URI.

Parameter-Liste

namespace

The namespace URI.

Rückgabewerte

The prefix of the namespace or null on error.

Siehe auch

To Top