Smarty成員方法:clearConfig()

2018-10-20 11:29 更新

Name

clearConfig() — 清除配置

說明

void clearConfig(string var);

該函數(shù)將清除全部的預(yù)配置變量。 如果設(shè)置了參數(shù),則僅清除指定的配置值。

Example 14.13. clearConfig()

<?php
// 清除全部配置
$smarty->clearConfig();

// 僅清除foobar配置值
$smarty->clearConfig('foobar');
?>

參見 getConfigVars()預(yù)配置變量配置文件{config_load}configLoad() 和clearAssign().

以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)