Safe to delete elements of array in foreach

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • kamal kothandaraman

    #1

    Safe to delete elements of array in foreach

    Is it safe to remove elements from an array that foreach is working on?
    (normally this is not the case but not sure in php) If so is there an
    efficient way to handle it? (I could add the indexes to a temp array and
    delete afterwards if necessary but since I'm actually working in a nested
    situation this could get a little messy. I guess I could set there values to



    regards,
    K. Kothandaraman


  • ZeldorBlat

    #2
    Re: Safe to delete elements of array in foreach

    On May 29, 9:37 pm, "kamal kothandaraman"
    <kkothandara... @uolyahoo.orgwr ote:
    Is it safe to remove elements from an array that foreach is working on?
    (normally this is not the case but not sure in php) If so is there an
    efficient way to handle it? (I could add the indexes to a temp array and
    delete afterwards if necessary but since I'm actually working in a nested
    situation this could get a little messy. I guess I could set there values to
    >
    regards,
    K. Kothandaraman
    There was a very long thread about this not too long ago:

    <http://groups.google.com/group/comp....se_frm/thread/
    32287d3d8b815c3 3/b6841ec774f894f 9>

    Comment

    Working...