DOMNode::lookupPrefix

(PHP 5, PHP 7)

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

Descrierea

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

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

Parametri

namespaceURI

The namespace URI.

Valorile întoarse

The prefix of the namespace.

A se vedea și

add a note add a note

User Contributed Notes

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