Get Smarty

Donate

Paypal

Smarty Icon

You may use the Smarty logo according to the trademark notice.

Smarty Template Engine Smarty Template Engine

For sponsorship, advertising, news or other inquiries, contact us at:

Sites Using Smarty

Advertisement

Name

register_outputfilter() — アウトプットフィルタを動的に登録します。

説明

void register_outputfilter(mixed function);

テンプレートの出力が 表示 される前に作用する、 アウトプットフィルタ を動的に登録します。アウトプットフィルタ関数の定義のしかたは、 アウトプットフィルタ の項を参照して下さい。

PHP 関数のコールバック function は、次のいずれかとなります。

  • 関数名を含んだ文字列

  • array(&$object, $method) 形式の配列 (&$object はオブジェクトの参照で、 $method はメソッド名を含む文字列)

  • array($class, $method) という形式の配列 ($class はクラス名であり、 $method はクラスのメソッド)

テクニカルノート

選択したコールバック functionarray(&$object, $method) 形式である場合は、 同じ $method を持つクラスのインスタンスをひとつだけ登録できます。 そのような場合は、最後に登録されたコールバック function のみが用いられます。

unregister_outputfilter()load_filter()$autoload_filters および アウトプットフィルタ も参照してください。

Comments
No comments for this page.

Advertisement

Sponsors [info]

Sponsors