PHP Source:
<!DOCTYPE html>
<html>
<body>

<?php
echo strcmp("Hello world!","Hello world!");
?>


<p>If this function returns 0, the two strings are equal.</p>

</body>
</html>
Result:
Show PHP - © www.w3ii.com