DOMNode::lookupPrefix

(PHP 5, PHP 7)

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

Opis

public DOMNode::lookupPrefix ( string $namespaceURI ) : string

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

Parametry

namespaceURI

The namespace URI.

Zwracane wartości

The prefix of the namespace.

Zobacz też:

add a note add a note

User Contributed Notes

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