Check duplicate values in php array

·

Php Preg_Match Pattern for Week Days Name

Hello, welcome to therichpost.com. In this post, how to Check duplicate values in php array/ I personally like php ver much. PHP is the best web language. There are many cms and frameworks in PHP and WordPress is the best example. facebook also used PHPin it.

Here is working code to check if array has duplicate values or not:
$arr = array('Email','Name','Something','Else','Email');

if ( count( $arr ) !== count( array_unique( $arr ) ) ) echo "Some duplicates";

 There are so many code in PHP and i will let you know all. Please do comment if you any query related to this post.     Thank you. Therichpost.com

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.