XMLReader::lookupNamespace

(PHP 5 >= 5.1.0, PHP 7)

XMLReader::lookupNamespaceLookup namespace for a prefix

Opis

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

Lookup in scope namespace for a given prefix.

Parametry

prefix

String containing the prefix.

Zwracane wartości

Zwraca TRUE w przypadku powodzenia, FALSE w przypadku błędu.

add a note add a note

User Contributed Notes

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