<!DOCTYPE html> <html> <body> <?php echo strcasecmp("shanghai","SHANGHAI"); ?> </body> </html>
<?php echo strcasecmp("shanghai","SHANGHAI"); ?>