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_resource() — 動的に登録されたリソースプラグインを未登録にします。

説明

void unregister_resource(string name);

パラメータにはリソース名を渡します。

Example 13.29. unregister_resource()


<?php

$smarty->unregister_resource('db');

?>

   

register_resource() および テンプレートリソース も参照してください。