XMLReader::lookupNamespace

(PHP 5 >= 5.1.0, PHP 7)

XMLReader::lookupNamespaceLookup namespace for a prefix

Descrierea

public XMLReader::lookupNamespace ( string $prefix ) : string|null

Lookup in scope namespace for a given prefix.

Parametri

prefix

String containing the prefix.

Valorile întoarse

The value of the namespace, or null if no namespace exists.

Istoricul schimbărilor

Versiune Descriere
8.0.0 This function can no longer return false.
add a note add a note

User Contributed Notes

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