move_array_element()

Description

Utility function used to move the element of one array from a position
to another one in the same array
Note: the manipulation is done on the same array

Parameters

ColumnTypeDefaultDescription
&$array array
$from_index integer Array index we are moving from
$to_index integer Array index we are moving to
$array array

Return

void

This article was last updated 6th April 2025 15:35 Europe/London time based on the source file dated 28th March 2025 09:35 Europe/London time.