<?php var_dump( explode(",", "foo,bar"), ["foo", "bar"], [0 => "foo", 1 => "bar"] );
You have javascript disabled. You will not be able to edit any code.