- Posts: 79
- Thank you received: 4
Ask the community, share ideas, and connect with other LimeSurvey users!
/*** Process any string with current page * @param string to be processed * @param boolean $static return static string (or not) * @param integer $numRecursionLevels recursion (max) level to do * @param array $aReplacement replacement out of EM * @return string */ public static function processString($string, $static = false, $numRecursionLevels = 3, $aReplacement = array())