You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Contracts/QueryInterface.php
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@
30
30
* @method int|null indexOf(string $key, int $nth = 0) Returns the offset of the pair based on its key and its nth occurrence; negative occurrences are supported
31
31
* @method int|null indexOfValue(?string $value, int $nth = 0) Returns the offset of the pair based on its value and its nth occurrence; negative occurrences are supported
32
32
* @method array pair(int $offset) Returns the key/value pair at the given numeric offset; negative occurrences are supported
33
+
* @method int countDistinctKeys() Returns the total number of distinct keys
33
34
* @method string|null valueAt(int $offset): Returns the value at the given numeric offset; negative occurrences are supported
34
35
* @method string keyAt(int $offset): Returns the key at the given numeric offset; negative occurrences are supported
35
36
* @method self normalize() returns the normalized string representation of the component
0 commit comments