Am 03.06.2017 um 10:31 schrieb Pawel Por:
AFAIK the hashtable in PHP by default keeps the order in which the
elements are inserted. Could you please write me why it keeps the
insertion order by default ?

Thanks in advance for clarification.
beause when you create a array ['a', 'b']; you don't want to get array('b', 'a')

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to