Restituisce true se un array contiene il valore specificato.
array_contains(array, value)
array_contains(array(1,2,3),2) → true
–