Write a function in php..?

Ahmed Shahwaiz

New member
Write a function GetUniqueOnes, which accepts a single argument. The argument is an array of integers, and the function should return the unique integers separated by commas.
 
Back
Top