InArray condition on server connect

It seems like there should be an InArray conditional in the server connect formatter.

I added my own which seems to be working fine:

function formatter_inArray($val, $theArray) {
    return in_array (  $val , $theArray )  !== FALSE;
}

Is this already included and I’m missing it?

–Ken

Community Page
Last updated: