XML_Serializer::setOption

XML_Serializer::setOption() – オプションをセットします

Synopsis

require_once 'Serializer.php';

void XML_Serializer::setOption ( mixed $name , mixed $value )

Description

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

Parameter

mixed $name

mixed $value

Throws

throws 投げられる例外はありません。

See

resetOption(), XML_Serializer::XML_Serializer() を参照して下さい。

Note

This function can not be called statically.

全てのオプションをデフォルトオプションにリセットする (Previous) XML_Serializer の使用例 (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.