<?php $string = "UserIds\n234234\n20053\n19928\n16325"; $arr = array_map(function($x){return [$x];}, explode("\n", $string)); print_r($arr);
You have javascript disabled. You will not be able to edit any code.