We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad8023 commit 8be533aCopy full SHA for 8be533a
1 file changed
v5/utilities.md
@@ -20,7 +20,7 @@ Arr::divide($array);
20
// [ ['one', 'two'],[1,2] ]
21
```
22
23
-### Arr:exists
+### Arr::exists
24
25
The `Arr::exists()` method check if a key exists for the given `array` or `ArrayAccess` object:
26
0 commit comments