downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

XMLReader::setRelaxNGSchema> <XMLReader::readString
[edit] Last updated: Wed, 22 May 2013

view this page in

XMLReader::setParserProperty

(PHP 5 >= 5.1.0)

XMLReader::setParserPropertyEstablecer las opciones del analizador

Descripción

bool XMLReader::setParserProperty ( int $property , bool $value )

Establece las opciones del analizador. Las opciones deben ser establecidas después de llamar a XMLReader::open() o a XMLReader::xml(), y antes de la primera llamada a XMLReader::read().

Parámetros

property

Una de las constantes de opción del analizador.

value

Si se establece a TRUE la opción será habilitada, de otra manera será deshabilitada.

Valores devueltos

Devuelve TRUE en caso de éxito o FALSE en caso de error.



add a note add a note User Contributed Notes XMLReader::setParserProperty - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites