= 5.1.0, PHP 7, PHP 8)XMLReader::getParserProperty — Indicates if specified property has been set 說明public XMLRead">

XMLReader::getParserProperty

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

XMLReader::getParserProperty Indicates if specified property has been set

說明

public XMLReader::getParserProperty(int $property): bool

Indicates if specified property has been set.

參數(shù)

property

One of the parser option constants.

返回值

成功時返回 true, 或者在失敗時返回 false。

參見