What is the right way to:

is_array("something") # => false         (or 1)

is_array(["something", "else"]) # => true  (or > 1)

or to get the count of items in it?

7 Answers
7

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *