= 5.1.0, PHP 7, PHP 8)XMLReader::lookupNamespace — Lookup namespace for a prefix說明public XMLReader::lookupNamespace(">

XMLReader::lookupNamespace

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

XMLReader::lookupNamespaceLookup namespace for a prefix

說明

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

Lookup in scope namespace for a given prefix.

參數(shù)

prefix

String containing the prefix.

返回值

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

更新日志

版本 說明
8.0.0 This function can no longer return false.