Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 333 Bytes

array_first.md

File metadata and controls

25 lines (13 loc) · 333 Bytes

array_first

Restituisce il primo valore di un array.

Sintassi

  • array_first(array)

Argomenti

  • array un array

Esempi

  • array_first(array('a','b','c')) → 'a'

nota bene

--

osservazioni

--