<!DOCTYPE html> <html> <body> <?php print_r(str_split("Shanghai",3)); ?> </body> </html>
<?php print_r(str_split("Shanghai",3)); ?>