Hello all, I have an array of objects and I need help removing duplicates from $test[]->PARid. Not sure how to do this.
Thanks for the read and help,
timgerr
-How important does a person have to be before they are considered assassinated instead of just murdered?
Congratulations!
Code:
$test = Array (
[0] => stdClass Object ( [PARid] => 0 [nID] => 1 )
[1] => stdClass Object ( [PARid] => 310 [nID] => 2 )
[2] => stdClass Object ( [PARid] => 313 [nID] => 3 )
[3] => stdClass Object ( [PARid] => 310 [nID] => 4 )
)
Thanks for the read and help,
timgerr
-How important does a person have to be before they are considered assassinated instead of just murdered?
Congratulations!