Skip to content

`iterable_to_array()` enhancement

Compare
Choose a tag to compare
@bpolaszek bpolaszek released this 10 Apr 16:05
· 63 commits to master since this release
d58c775

@simPod brought iterable_to_array closer to the native iterator_to_array function, by adding an optional $use_keys argument.

New function signature:

iterable_to_array ( iterable $iterable [, bool $use_keys = TRUE ] ) : array