Hi there,
please help somebody out, who is used to typed variables: I have a variable $number = 123; I wanna determine (efficiently!) how many digits the number has. I thought I just use the sizeof() function, that works fine with strings and arrays, but it always gives me 1 as a result, when I call it on $number, even when I do "sizeof($number."test");".
Thanks & happy holidays,
Max