XML_Unserializer::setoptions

XML_Unserializer::setoptions() – いくつかのオプションをセットする

Synopsis

require_once 'Unserializer.php';

void XML_Unserializer::setOptions ( array $options )

Description

オプションは、XML_Unserializer の振る舞いに影響し、 XML_Unserializer の最も重要な部分です。

全てのオプションをコンストラクタでセットしたくない場合、 このメソッドを使用することができます。

Parameter

  • array $options - 全てのオプションを含んだ連想配列を指定します。

Note

This function can not be called statically.

オプションをセットする (Previous) 全てのオプションをデフォルトオプションにリセットする (Next)
Last updated: Fri, 25 May 2012 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report or add a note.
View this page in:

User Notes:

There are no user contributed notes for this page.