is_assoc function only true if array is pure associative
Brought to you by:
jberanek
I have a custom field with select option keys that are mostly, but not entirely, numeric. is_assoc will return false unless ALL keys are strings. I think that the method of vhermecz at ixpert dot hu is more appropriate for MRBS and I am now using that instead.