We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2600c commit 5b74847Copy full SHA for 5b74847
README.md
@@ -42,7 +42,7 @@ $view[-1]; // 9
42
$view[-2]; // 8
43
44
$view['1:7:2'] = [22, 44, 66];
45
-print_r($view); // [1, 22, 3, 44, 5, 66, 7, 8, 9]
+print_r($originalArray); // [1, 22, 3, 44, 5, 66, 7, 8, 9]
46
```
47
48
### Subviews
0 commit comments