<?php print_r(str_split('', 1)); print_r(mb_str_split('', 1)); print_r(mb_str_split('', 1, 'UTF-8')); print_r(mb_str_split('', 1, 'ASCII')); print_r(array_chunk(array(), 1));
You have javascript disabled. You will not be able to edit any code.