outputfilter.trim.php
Table of Contents
- smarty_outputfilter_trim() : string
- Smarty trim outputfilter plugin
Functions
smarty_outputfilter_trim()
Smarty trim outputfilter plugin
smarty_outputfilter_trim(string $source, Smarty_Internal_Template $smarty) : string
Trim unnecessary whitespace from from the beginning and end of output.
Parameters
- $source : string
-
input string
- $smarty : Smarty_Internal_Template
-
Smarty object
Tags
Return values
string —filtered output