php transform associative array to array

42

php transform associative array to array -

$array = array_values($array);

Comments

Submit
0 Comments