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_all_assign() — очищает список назначенных переменных

Описание

void clear_all_assign();

Example 13.5. clear_all_assign()


<?php
// передача пар ключ / значение
$smarty->assign('Name', 'Fred');
$smarty->assign('Address', $address);

// выведет только что назначенные переменные
print_r($smarty->get_template_vars());

// очищаем список назначенных переменных
$smarty->clear_all_assign();

// не выведет ничего
print_r($smarty->get_template_vars());

?>

   

См. также clear_assign(), clear_config(), assign() и append()

Comments
No comments for this page.

Advertisement

Sponsors [info]

Sponsors