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

search for in the

XMLReader::setRelaxNGSchema> <XMLReader::readString
Last updated: Fri, 13 Nov 2009

view this page in

XMLReader::setParserProperty

(PHP 5 >= 5.1.2)

XMLReader::setParserPropertyパーサのオプションを設定または設定解除する

説明

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

パーサのオプションを設定または設定解除します。オプションは、 xmlreader-open() あるいは xmlreader-xml() がコールされた後で、かつ xmlreader-read() が最初にコールされる前に 設定する必要があります。

パラメータ

property

パーサオプション定数 のひとつ。

value

TRUE を設定するとオプションが有効になり、それ以外を設定すると 無効になります。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。



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

XMLReader::setRelaxNGSchema> <XMLReader::readString
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites