I am using below php functions to get highest and lowest integer value from my array.
min($output[$k]) AND max($output[$k])
min($output[$k])
max($output[$k])
Problem: I
Use array_diff() to filter array:
Shows:
int(3) int(1)