PHP - Array Functions
Given two arrays
$a = [1, 2, 3]; and $b = [3, 4, 5];, which function returns an array of values present in both arrays?