From: [EMAIL PROTECTED] Operating system: All OS PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: array hanling There are no normal delete from array (by the key) there are no possibility to get last, first element without altering the array itself (or to examine the element), in general in PHP the array is the list replacement (2 in 1)(for ex. in C++ we have to separate types/classes: array and the list) but there are no list functionality. If this will cause performance loses then new type creation sugested. -- Edit Bug report at: http://bugs.php.net/?id=9558&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]