Syntax: TYPEOF(expression)Defn: A CI evaluator function that returns the type of a variable or expression where: 0 = invalid type 1 = Integer 2 = String 3 = BooleanType: IntegerExample: typeof(HPPATH)Result: 2 (string)