Chris Shiflett wrote: > Matthew Ratzloff wrote: >> I think all functions should begin with a verb, but "isSet" >> seems more natural than "isKey" in this situation, since the >> array is a product of how PHP handles POST data, not inherent >> in the HTML itself. > > You make a good argument. :-) The isSet() name seems good. >
Also, maps to isset() in people's minds, so works for me as it's one less difference to remember. Implementing __isset() might be handy too. Regards, Rob...
