I have a piece of code that's using the split() function. PHP is complaining that the function is deprecated. How can this be converted to a non deprecated split?
if(!empty($vis_settings['url']['urls'])){
$split_urls=split("[\n ]+",(string)$vis_settings['url']['urls']);