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 19th March 2024 06:35 Europe/London time based on the source file dated 11th March 2024 11:40 Europe/London time.