We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e21075 commit 4365672Copy full SHA for 4365672
1 file changed
user_guide_src/source/helpers/array_helper.rst
@@ -58,14 +58,14 @@ The following functions are available:
58
$baz = dot_array_search('foo.*.baz', $data);
59
60
If the array key contains a dot, then the key can be escaped with a backslash::
61
+
62
$data = [
63
'foo' => [
64
'bar.baz' => 23
65
],
66
'foo.bar' => [
67
'baz' => 43
68
-
69
];
70
71
// Returns: 23
0 commit comments