eleminating duplicates in php array

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sreeprosh
    New Member
    • Dec 2006
    • 1

    eleminating duplicates in php array

    Do we have any inbuilt function to eleminate duplicate values in array
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    You could have found that yourself, by just looking in the standard PHP documentation http://nl3.php.net/manual/en/function.array-unique.php

    Ronald :cool:

    Comment

    Working...