Jonathan M Davis: > clear invokes an object's destructor and puts it in an invalid state. You > definitely don't want to do that to an associative array to empty it - if > ever.
I am sure there's a need for a built-in function (or function in Object) to delete all items of an associative array. It's a basic common need. Bye, bearophile
