Function Description
|
unknownsExist()
|
This function returns true if, after parsing, variables have been found in the template file
that were not set using setVar(). This function may or may not have any effect depending on
the OPTION setting of 'UNKNOWNS'.
Example
|
if($tmpl->unknownsExist()) { ...
|