1.array_unique($students, SORT_REGULAR)2.
$students = array_map( 'unserialize', array_unique( array_map( 'serialize', $students ) ));