<?php $array = ["greeting", "hello", "question", "how-are-you", "response", "im-fine"]; var_export( array_column(array_chunk($array, 2), 1, 0) );
You have javascript disabled. You will not be able to edit any code.