XMLReader::lookupNamespace

(PHP 5 >= 5.1.2)

XMLReader::lookupNamespaceLookup namespace for a prefix

Beskrivelse

bool XMLReader::lookupNamespace ( string $prefix )

Lookup in scope namespace for a given prefix.

Parametre

prefix

String containing the prefix.

Returnerings Værdier

Returns TRUE on success or FALSE on failure.

add a note add a note

User Contributed Notes

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