Jump to content

[SOLVED] redo array index


Stooney

Recommended Posts

I'm curious if there's a way to 'reset' the indexes of an array.  For example, I started with an array with 100 elements.  Some of the values were unset using unset().  So now I'm left with :

    [30] => value
    [31] => value
    [32] => value
    [33] => value
    [34] => value
    [35] => value
    [36] => value
    [37] => value
    [38] => value
    [39] => value

 

I need to 'redo' the index so that it's 0-9 instead of 30-39.  If that makes sense.  Haven't been able to find anything on google, might be using the wrong keywords. 

 

If there's no pre-made functions, I can write a quick little function.  Just making sure I'm not reinventing the wheel for no reason.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.