Skip to content

Commit a002e1f

Browse files
committed
docs: improve introduction
1 parent f975d69 commit a002e1f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@
77
Iterable functions
88
==================
99

10-
Provides additional functions to work with [iterable](https://wiki.php.net/rfc/iterable) variables (even on PHP5.3+).
10+
This package provides functions to work with [iterables](https://wiki.php.net/rfc/iterable), as you usually do with arrays:
11+
12+
- [iterable_to_array()](#iterable_to_array)
13+
- [iterable_to_traversable()](#iterable_to_traversable)
14+
- [iterable_map()](#iterable_map)
15+
- [iterable_reduce()](#iterable_reduce)
16+
- [iterable_filter()](#iterable_filter)
1117

1218
iterable_to_array()
1319
-------------------

0 commit comments

Comments
 (0)