vlibTemplate
Table of Contents
| Up:
6. vlibTemplate
| Previous:
6.3. setVar()
| Next:
6.5. getVars()
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');