Unclassified NewsBoard Code Reference

UteExpressionTemplate function

Fill parameters into an expression template

function UteExpressionTemplate (&$parts, &$pos, $template);

Parameters:

parts  –  in/out
(array) all expression parts
pos  –  in/out
(int) current part's position
template
(string) operator template, with \1,\2,\3... for each parameter

Return value:

(string) PHP expression code, or "__error__" on error

Implementation file: unb_lib/ute-compiler.lib.php, line 551

© 2006 Yves Goergen. Unclassified NewsBoard Homepage. Reference based on UNB unb.devel.20060128, dated 2006-01-28.