XMLReader XMLReader::getParserProperty

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

XMLReader::getParserProperty — 지정된 속성이 설정되었는지 여부를 나타냅니다.


설명

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

지정된 속성이 설정되었는지 여부를 나타냅니다.


매개변수

property
parser option constants 중 하나입니다.

반환 값

성공하면 true를, 실패하면 false를 반환합니다.


기타