Restituisce un array contenente tutti i valori passati come parametro.
array(value1, value2, …)
array(2,10) → array: 2, 10
–