app-array

On this page:

length

Summary

Gets the length of an array.

Description

Returns the number of elements in that array. The value is an unsigned, 32-bit integer that is always numerically greater than the highest index in the array.

Route

POST /array/length

Roles

admin

Parameters

DetailsExampleSchema
Name Type Required Description
arr array yes The array to get the length of

Return

DetailsExampleSchema
Name Type Description
length number The length of the array