Algorithm-php array Filtering

Source: Internet
Author: User
The tagId is different, but the tagName and tagType are the same. How can I delete the latter one. {Code...} The tagId is different, but the tagName and tagType are the same. How can I delete the latter one.

[17] => Array ([tagId] => 9677 [tagName] => [tagType] => 2) [18] => Array ([tagId] => 9678 [tagName] => [tagType] => 2)

Reply content:

The tagId is different, but the tagName and tagType are the same. How can I delete the latter one.

[17] => Array ([tagId] => 9677 [tagName] => [tagType] => 2) [18] => Array ([tagId] => 9678 [tagName] => [tagType] => 2)

php$ Tags = array (Array ('tagid' => 9677, 'tagname' => 'antslice-slogs', 'tagtype' => 2 ,), array ('tagid' => 9678, 'tagname' => 'antelogisy', 'tagtype' => 2); assoc_unique ($ tags, 'tagname ', 'tagtype'); print_r ($ tags); function assoc_unique (& $ arr, $ key, $ key2) {$ res = array (); for ($ I = 0; $ I
  

Combine tagName and tagType as the key of a new array.

The method described above is the easiest! Link the tagName and tagType as the key of the new array, and the duplicate value is automatically filtered out.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.