Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6575863
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T15:26:23+00:00 2026-05-25T15:26:23+00:00

I have to convert the first array into the second, in the form of

  • 0

I have to convert the first array into the second,
in the form of array(id=> data).
I am doing

Set::combine($array, '{n}.{n}.id', '{n}.{n}');

But its not working.Please tell me what is wrong in this or how it should be done.

Array1:

 Array
    (
        [0] => Array
            (
               [0] => Array
                    (
                        [id] => 1
                        [user_id] => 1
                        [group_id] => 7
                        [comment] => Comment 1.
                    )
               [1] => Array
                (
                    [id] => 3
                    [user_id] => 4
                    [group_id] => 8
                    [comment] => Comment 4
                )

        )

Array2:

Array(
                   [1] => Array
                        (
                            [id] => 1
                            [user_id] => 1
                            [group_id] => 7
                            [comment] => Comment 1.
                        )
                   [3] => Array
                    (
                        [id] => 3
                        [user_id] => 4
                        [group_id] => 8
                        [comment] => Comment 4
                    )
        )
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T15:26:24+00:00Added an answer on May 25, 2026 at 3:26 pm

    Because Set::combine() uses Set::extract() heavily, I don’t believe it’s possible to use more than a single numeric dimension at this time without some workarounds.

    Set::combine( $array[0], '{n}.id', '{n}' ); will work.

    Use the following if you have multiple dimensions to cycle through:

    $combined = array();
    foreach ( $array as $val) {
      $combined = array_merge( $combined, $val );
    }
    $combined = Set::combine( $combined, '{n}.id', '{n}' );
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two streams that i want to combine into one stream. The first
I have to convert an incoming String field into a BigDecimal field that would
I have some unicode codepoints (\u5315\u4e03\u58ec\u4e8c\u4e0a\u53b6\u4e4b), which I have to convert into actual characters
I have a MongoMapper model and am trying to convert a comma-delimited string into
I have this piece of code for placing elements from an array into the
I'm trying to convert Morse code into text. I have two text files to
First of all, I have to thank StackOverflow and all its members for the
I am trying to convert a ListItemCollection into a ListItem[]. Here's what I have
The following code does not work due to line 4 (can't convert Foo into
Suppose I have a Byte array and I use Encoding.ASCII.GetString() to convert the bytes

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.