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

clear_assign() — 割り当てられたテンプレート変数の値を破棄します。

説明

void clear_assign(mixed var);

パラメータには1つの変数又は変数名を格納した配列を渡します。

Example 13.7. clear_assign()


<?php
// ひとつの変数をクリアします
$smarty->clear_assign('Name');

// 複数の変数をクリアします
$smarty->clear_assign(array('Name', 'Address', 'Zip'));
?>

   

clear_all_assign()clear_config()get_template_vars()assign() および append() も参照してください。

Comments
No comments for this page.

Advertisement

Sponsors [info]

Sponsors