foreach and zero-arrays

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bigoxygen@gmail.com

    foreach and zero-arrays

    Hi..
    I get a warning whenever I foreach a zero-entry array.
    Is there anyway around this without setting PHP debug levels lower?

  • Chris Hope

    #2
    Re: foreach and zero-arrays

    bigoxygen@gmail .com wrote:
    [color=blue]
    > I get a warning whenever I foreach a zero-entry array.
    > Is there anyway around this without setting PHP debug levels lower?[/color]

    Check its size with sizeof() or count()

    --
    Chris Hope | www.electrictoolbox.com | www.linuxcdmall.com

    Comment

    Working...