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

unregister_function — 動的に登録されたテンプレート関数プラグインを未登録にします。

説明

void unregister_function(string name);

パラメータには、テンプレート関数名を渡します。

Example 13.27. unregister_function


<?php

// テンプレートデザイナにシステムファイルにアクセスされたくない場合
$smarty->unregister_function('fetch');

?>

   

register_function() も参照してください。