XMLReader
PHP Manual

XMLReader::getParserProperty

(PHP 5 >= 5.1.0)

XMLReader::getParserProperty Indicates if specified property has been set

Descrição

public bool XMLReader::getParserProperty ( int $property )

Indicates if specified property has been set.

Parâmetros

property

One of the parser option constants.

Valor Retornado

Retorna TRUE em caso de sucesso ou FALSE em caso de falha.

Veja Também


XMLReader
PHP Manual