0

I have two array within a array.How to seperate the array into 2 different array in where color and size array will be in two differnt array .

enter image description here

1 Answer 1

1

If I understand your question correctly:

$table2 = $parameters->get('color');
$table3 = $parameters->get('rank');

$parameters->remove('color');
$parameters->remove('rank');

$table1 = $parameters->all();
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.