<?php print_r(explode('-', 'a-b-c-d', 2)); print_r(explode('-', 'a-b-c-d', -2));
You have javascript disabled. You will not be able to edit any code.