简单教程
提交运行
代码编辑器:
<?php echo strcasecmp("Hello","HELLO"); echo "<br>"; echo strcasecmp("Hello","hELLo");
运行结果: