vlibTemplate

vLib Logo

6.4. unsetVar()

Function Description
 unsetVar(string name [, string name...])

unsetVar() unsets each variable passed to it as a seperate parameter.

Example

    $tmpl->unsetVar('title', 'fav_color', 'fav_tvshow');