Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Is there any function to find repeated value in an array?
What is w2 standard



Is there any function to find repeated value in an array? What is w2 standard..

Answer / amitverma

Yes, there's a function for everything in PHP :)
To see the repeated values in an array you may use function
array_count_values($array);

This function will return you an array, consisting each
vaule's frequency associated with it.


##
#Following Code -

$array = array(1, "hello", 1, "world", "hello");
print_r(array_count_values($array));

##
#Outputs -

Array
(
[1] => 2
[hello] => 2
[world] => 1
)

Is This Answer Correct ?    11 Yes 3 No

Post New Answer

More PHP Interview Questions

Tell me what is the use of explode() function?

0 Answers  


Explain how can php and javascript interact?

0 Answers  


display selected value in dropdown list through javascript without page refresh

1 Answers  


What is a php namespace?

0 Answers  


How do you register one session ?

4 Answers  


Which is better php praogramming or cad/cam scope wise and also salaray wise?

0 Answers  


Which methods should be used for sending an email using the variables $to, $subject, and $body?

0 Answers  


Inside a php function, what param needs to be set in order to access a global variable?

0 Answers  


What is a procedure in php?

5 Answers   Wipro,


What is fulltextsearch

2 Answers   A1 Technology,


How does php work?

0 Answers  


What is helper library?

0 Answers  


Categories