w3-tools.com - Free Webmaster Tools and Resources
 
w3-tools.com - Free Webmaster Tools and Resources
 Free Webmaster Tools and Resources

 



Smarty Manual

This manual is provided as a courtesy. It is not an official source. Please check smarty.php.net for updated information.

Smarty Manual

Smarty Manual

clear_all_assign()

clear_all_assign() -- clears the values of all assigned variables

Description

void clear_all_assign ( void )

Example 13-1. clear_all_assign()

<?php
// passing name/value pairs
$smarty->assign('Name''Fred');
$smarty->assign('Address'$address);

// will output above
print_r$smarty->get_template_vars() );

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

// will output nothing
print_r$smarty->get_template_vars() );

?>

See also clear_assign(), clear_config(), assign() and append()

Newsletter

Join to our newsletter and receive news and updates about our site.
Your name: 
E-mail address: 
Action: 
 

Hosted by

Search

Google
Web w3-tools.com

Links

  What is my IP? Find your IP address!     Valid XHTML 1.0 Transitional  
Copyright © 2006. by w3-tools.com. All rights reserved