array_has_dupes( $new_array )


Description Description


Source Source

File: includes/class.llms.ajax.php

		function array_has_dupes( $new_array ) {
			return count( $new_array ) !== count( array_unique( $new_array ) );
		}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.





Permalink: