This happens because array_diff compares array elements as string so it calls the __toString method implicity and the string rappresentation ...
確定! 回上一頁