setTemplate() (Previous) (Next) show()

View this page in Last updated: Sun, 05 Oct 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

setVariable()

setVariable() -- 変数の値を設定する

説明

変数の値を設定します。この関数は、 setVariable("変数名", "値") のように使用するか、 あるいは配列 $variables["変数名"] = "値" を渡して setVariable($variables) のように使用します。

パラメータ

mixed $variable

変数名あるいは ('変数名'=>'値') 形式の配列。

string $value

$variable が配列でない場合の、変数の値。

例外・エラー

例外はスローされません。

注意

この関数は、スタティックにコールする ことはできません。

setTemplate() (Previous) (Next) show()

Download Documentation Last updated: Sun, 05 Oct 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.