(PHP 5 >= 5.1.0, PHP 7)
Lookup namespace for a prefix
public string XMLReader::lookupNamespace ( string $prefix )
Lookup in scope namespace for a given prefix.
Parameters:
prefix
String containing the prefix.
Returns:
Returns TRUE
on success or FALSE
on failure.
Please login to continue.