[PHP-DEV] Re: zend_hash_sort_ex() From: Andi Gutmans (andi <email protected>)
Date: 10/26/99

At 03:10 PM 10/26/99 -0500, Andrei Zmievski wrote:
>On Tue, 26 Oct 1999, Andi Gutmans wrote:
> > As it is a hash elements are inserted pretty randomly in that list or at
> > least you shouldn't count on them being inserted in a certain order.
> > Are you sure this doesn't clash with what you intend to use it for?
>
>Well, I'd like to be able to sort only elements from 3 to 5 for example.
>Any way to do it currently?

No there is no way to do it currently. But I don't understand how you
expect to do it. If you have 3 elements with keys 3,4,5 in a hash, it
doesn't mean they are consecutive in the list.

Andi

---
Andi Gutmans <andi <email protected>>
http://www.zend.com/

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>