array_pop

Description

Method array_pop:Object (
     arr:Object
)

Remove the last element from an array and return it.

Description

Parameters

arr

The array to operate on

Return Values

The last element of the array.