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

load_filter() — フィルタプラグインを読み込みます。

説明

void load_filter(string type,
                 string name);

第1パラメータには、読み込むフィルタの種類を prepost あるいは output のいずれかで指定します。第2パラメータにはフィルタプラグインの名前を指定します。(例: 'trim')

Example 13.21. フィルタプラグインを読み込む


<?php

// 'trim'というプリフィルタを読み込みます
$smarty->load_filter('pre', 'trim');

// 'datefooter'という他のプリフィルタを読み込みます
$smarty->load_filter('pre', 'datefooter');

// 'compress'というアウトプットフィルタを読み込みます
$smarty->load_filter('output', 'compress');

?>

   

register_prefilter()register_postfilter()register_outputfilter()$autoload_filters および 拡張機能 も参照してください。

Comments
No comments for this page.

Advertisement

Sponsors [info]

Sponsors