PHP 8.5.0 RC 2 available for testing

XMLReader::lookupNamespace

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

XMLReader::lookupNamespace โ€” Lookup namespace for a prefix

่ฏดๆ˜Ž

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

Lookup in scope namespace for a given prefix.

ๅ‚ๆ•ฐ

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.
๏ผ‹ๆทปๅŠ ๅค‡ๆณจ

็”จๆˆท่ดก็Œฎ็š„ๅค‡ๆณจ

ๆญค้กต้ขๅฐšๆ— ็”จๆˆท่ดก็Œฎ็š„ๅค‡ๆณจใ€‚
To Top