Collections functions
General functions
Node functions
Render functions
Theme permission functions
User functions
Resource functions

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 26th April 2024 19:05 Europe/London time based on the source file dated 26th April 2024 15:50 Europe/London time.