Update arrayReturnMatchinKeyOnly description

This commit is contained in:
Clemens Schwaighofer
2024-12-13 11:29:37 +09:00
parent ab52bf59b5
commit d16b920966

View File

@@ -527,7 +527,9 @@ class ArrayHandler
}
/**
* From the array with key -> anything values return only the matching entries from key list
* From the array with key -> mixed values,
* return only the entries where the key matches the key given in the key list parameter
*
* key list is a list[string]
* if key list is empty, return array as is
*