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

clearAssign() — clears the value of an assigned variable

Description

void clearAssign(mixed var);

This can be a single value, or an array of values.

Example 14.10. clearAssign()


<?php
// clear a single variable
$smarty->clearAssign('Name');

// clears multiple variables
$smarty->clearAssign(array('Name', 'Address', 'Zip'));
?>

   

See also clearAllAssign(), clearConfig(), getTemplateVars(), assign() and append()

Comments
No comments for this page.

Advertisement

Sponsors [info]

Sponsors