Return all the values in a hash. <p> <b>Time complexity:</b> O(N), where N is the total number of entries @param key @return All the fields values contained into a hash.
See Implementation
Return all the values in a hash. <p> <b>Time complexity:</b> O(N), where N is the total number of entries @param key @return All the fields values contained into a hash.