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
[edit] Last updated: Fri, 25 May 2012

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.

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