vlibTemplate
Table of Contents
| Up:
6. vlibTemplate
| Previous:
6.27. pprint()
6.28. grab()
Function Description
grab()
This function parses the template file and returns the output instead of printing it. Therefore you can do what you please with it.
Example
$output = $tmpl->grab(); ...