PHP有is_iterable或类似的功能吗?

时间:2010-10-22 13:06:39

标签: php iterator foreach

  

可能重复:
  Iterable objects and array type hinting?

我正在将一个JSON的Feed从Twitter传递到我的应用程序中,有时Twitters API会返回空的或不完整的Feed。当我尝试使用foreach迭代Feed时,这会导致问题 - 是否有人知道合适的测试以确定对象或数组是否可迭代?

是否可以使用isarray($obj) || $obj instanceof Iterator完成此操作,还是应该注意其他任何情况?

0 个答案:

没有答案