PHP Manual

PHP function end()

11. 09. 2019

Obsah článku

Availability in `PHP 4.0`

Sets an internal pointer to the last element of the array, which it also returns.

Parameters

Parameter Data type Default value Note
$array array not The array. This array is passed by reference because it is modified by the function. This means you must pass it a real variable and not a function returning an array because only actual variables may be passed by reference.

Return values

mixed or false

Returns the last element of the array, or false if it is empty.

Other resources

Official end function documentation

Jan Barášek   Více o autorovi

Autor článku pracuje jako seniorní vývojář a software architekt v Praze. Navrhuje a spravuje velké webové aplikace, které znáte a používáte. Od roku 2009 nabral bohaté zkušenosti, které tímto webem předává dál.

Rád vám pomůžu:

Související články

1.

V jiných jazycích

2.
Status:
All systems normal.
2024