Jump to content

Remove dimension from ana rray


ILMV

Recommended Posts

Hello all, I have an array that looks like this...

 

array
{
     1 => audi
     2 => ferrari
     3 => fiat
}

 

Now I want to keep the ID, but I want to remove the value.

 

i am currently doing this by using a foreach and manually reconstructing the array, is there a php function that allows me to get this result instead?

 

Many Thanks

ILMV

 

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/141946-remove-dimension-from-ana-rray/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.