<!DOCTYPE html> <html> <body> <?php echo strlen("Shanghai"); ?> </body> </html>
<?php echo strlen("Shanghai"); ?>