mirror of
https://github.com/halaxa/json-machine.git
synced 2025-01-17 21:18:23 +01:00
Update README.md
This commit is contained in:
parent
b7ffc662c9
commit
12361c785f
@ -17,7 +17,7 @@ foreach ($users as $id => $user) {
|
||||
}
|
||||
```
|
||||
|
||||
Random access like `$users[42]` or counting results like `count($users)` **is not possible**.
|
||||
Random access like `$users[42]` or counting results like `count($users)` **is not possible** by design.
|
||||
Use above-mentioned `foreach` and find the item or count the collection there.
|
||||
|
||||
## Introduction
|
||||
|
Loading…
x
Reference in New Issue
Block a user