最佳答案
正确的方法是什么:
is_array("something") # => false (or 1)
is_array(["something", "else"]) # => true (or > 1)
或者获取其中的条目数?