<?php $input = array("a", "b", "c", "d", "e"); $len = count($input); $firsthalf = array_slice($input, 0, intval($len / 2)); $secondhalf = array_slice($input, intval($len / 2)); var_dump($firsthalf, $secondhalf);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`