On Mon, 24 Apr 2006 16:03:39 -0600, "Jeff Schroeder" <[EMAIL PROTECTED]> said: > It seems a little > odd to use a hash when all I really have is a huge set of "keys" (I set > the values to 1 arbitrarily)
That's why a lot of languages have added a standard "set" datatype, often implemented as a hash underneath. But PHP isn't one of those AFAIK. -Jonathan -- C++ is history repeated as tragedy. Java is history repeated as farce. --Scott McKay /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
