x
 
<!DOCTYPE html>
<html>
<body>
<?php
echo substr_compare("Hello world","Hello world",0);
?>
<p>如果该函数返回 0,表示两个字符串相等。</p>
</body>
</html>