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

clear_config

void clear_config(string var);

Isso limpa todas as variáveis de configuração fixadas. Se um nome de variável é fornecido, somente esta variável é apagada.

Example 13.10. clear_config

// clear all assigned config variables.
$smarty->clear_config();

// clear one variable
$smarty->clear_config('foobar');