Get Last Array Element

Get the last element of an array.

Code

General
end($arr);

Parameters

Array to get last element from

Server

More PHP Snippets