in reply to Re^2: Check for next array element.
in thread Check for next array element.
That is the ternary conditional operator, which is short for if/then/else. I like to use it for assigning a conditional value. If the condition $count == $size is true, then 1 is returned, otherwise 0.