- Posts: 3
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
'substr' => array('substr', 'substr', gT('Return part of a string'), 'string substr(string, start [, length])', 'https://www.php.net/manual/en/function.substr.php', 2,3),
// Each allowed function is a mapping from local name to external name + number of arguments // Functions can have a list of serveral allowable #s of arguments. // If the value is -1, the function must have a least one argument but can have an unlimited number of them // -2 means that at least one argument is required. -3 means at least two arguments are required, etc.
What Denis means, is that it is both. Expression manager is handled with both server-side PHP and dynamic client-side JavaScript.1.Is that js side or php side?