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

  • Home
  • SEARCH
  • 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 6883889
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T05:26:21+00:00 2026-05-27T05:26:21+00:00

If I do print_r($pieces); I get: Array ( [0] => Albany, NY ) Array

  • 0

If I do print_r($pieces); I get:

Array
(
    [0] => Albany, NY
)
Array
(
    [0] => Albany, NY
    [1] => Albuquerque, NM
    [2] => Atlanta, GA
    [3] => Augusta, ME
    [4] => Billings, MT
    [5] => Baltimore, MD
)
Array
(
    [0] => Albany, NY
    [1] => Albuquerque, NM
    [2] => Atlanta, GA
    [3] => Augusta, ME
    [4] => Billings, MT
    [5] => Birmingham, AL
    [6] => Boise, ID
    [7] => Boston, MA
    [8] => Buffalo, NY
    [9] => Charleston, SC
    [10] => Charleston, WV
)
.....

What I need to do is to combine this arrays to get unique values.
First I need to split it in multiple arrays and then use array_combine, but it doesn’t seem to work.

  • 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-27T05:26:21+00:00Added an answer on May 27, 2026 at 5:26 am
    $unique = array();
    foreach ($pieces as $piece) {
        $unique = array_merge($unique, $piece);
    }
    $unique = array_unique($unique);
    

    Or, if you’re using PHP 5.3+:

    array_unique(array_reduce($pieces, function ($a, $p) { return array_merge($a, $p); }, array()));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

when i print print_r($node) in the node.tpl.php. i get this. taxonomy] => Array (
Is there a way to get PHP-like print_r(object) funcionality in iPython? I know I
This is the set of result from my database print_r($plan); Array ( [0] =>
<?php print_r($response->response->docs); ?> Outputs the following: Array ( [0] => Object ( [_fields:private] =>
$jj_post is the array output debug via print_r() . This variable is an array
i have printed out the contents of an array/object (named 'document') with print_r. it
PHP Print_r is useful to print out array and dictionary collection. is asp.net build
My print_r($view) function yields: View Object ( [viewArray:View:private] => Array ( [title] => Projet
I find print_r in PHP extremely useful, but wonder if there is anything remotely
ive got an object that looks like this with print_r(): SimpleDOM Object ( [0]

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.