获取你自己的 PHP 服务器 Result Size: 625 x 664
x
 
<!DOCTYPE html>
<html>
<body>
<?php
echo strncmp("Hello world!","Hello earth!",6);
?>
</body>
</html>
0