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_config() — очищает назначенную конфигурационную переменную

Описание

void clear_config(string var);

Очищает все назначенные конфигурационные переменные. Если указано имя переменной, только эта переменная будет очищена.

Example 13.10. clear_config()


<?php
// очищает все назначенные конфигурационные переменные
$smarty->clear_config();

// очищает одну конфигурационную переменную
$smarty->clear_config('foobar');
?>

   

См. также get_config_vars(), config variables, config files, {config_load}, config_load() и clear_assign()

Comments
No comments for this page.

Advertisement

Sponsors [info]

Sponsors