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_all_assign

void clear_all_assign( );  
;
 

Isso limpa o valor de todas as variáveis fixadas.

Example 13.5. clear_all_assign

// clear all assigned variables
$smarty->clear_all_assign();