Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 283 Bytes

array_length.md

File metadata and controls

25 lines (13 loc) · 283 Bytes

Funzione array_length

Restituisce il numero di elementi di un array.

Sintassi

  • array_length(array)

Argomenti

  • array un array

Esempi

  • array_length(array(1,2,3)) → 3

nota bene

--

osservazioni

--