Availability in `PHP 4.0`
Sets an internal pointer to the last element of the array, which it also returns.
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. |
mixed
or false
Returns the last element of the array, or false
if it is empty.
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:
Články píše Jan Barášek © 2009-2024 | Kontakt | Mapa webu
Status | Aktualizováno: ... | en