I thought this was worth noting even though a comment on php.net explain it very well.
You can not rely on isset() for associative arrays unless you know for a fact you are checking an array.
I thought this was worth noting even though a comment on php.net explain it very well.
You can not rely on isset() for associative arrays unless you know for a fact you are checking an array.