PHP 8.1.28 Released!

DOMNode::lookupPrefix

(PHP 5, PHP 7, PHP 8)

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

Beschreibung

public DOMNode::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

add a note

User Contributed Notes

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