clear_assign

PHP Smarty

Smarty - the compiling PHP template engine
Prev 来源:PHP中文社区 Chapter 13. Methods Next

clear_assign
清除赋值

// clear a single variable
$smarty->clear_assign("Name");

// clear multiple variables
$smarty->clear_assign(array("Name","Address","Zip"));

Prev 来源:PHP中文社区 Home Next
clear_all_cache
清除所有缓存
Up clear_cache
清除缓存