GoLang XMLReader::getParserProperty

request it (337)
GoLang replacement for PHP's XMLReader::getParserProperty [edit | history]



Do you know a GoLang replacement for PHP's XMLReader::getParserProperty? Write it!

PHP XMLReader::getParserProperty

PHP original manual for XMLReader::getParserProperty [ show | php.net ]

XMLReader::getParserProperty

(PHP 5 >= 5.1.0, PHP 7)

XMLReader::getParserProperty Indicates if specified property has been set

Description

public bool XMLReader::getParserProperty ( int $property )

Indicates if specified property has been set.

Parameters

property

One of the parser option constants.

Return Values

Returns TRUE on success or FALSE on failure.

See Also