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();

Annulla i valori di tutte le variabili assegnate.

Example 13.5. clear_all_assign


<?php
// annulla tutte le variabili assegnate
$smarty->clear_all_assign();
?>