執行 ❯
獲取您
自己的 PHP
伺服器
×
更改方向
更改主題,深色/淺色
前往 Spaces
<!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>
0
如果這個函式返回 0,兩個字串相等。