findDuplicates()
findDuplicates(array $strings_array) : array
Find duplicated strings (strings with the same text, ignoring case).
Parameters
array | $strings_array | Array of strings in the form string_id => string_value |
Returns
array —Array of duplicated strings, same format as the input array