The strcmp() function is used to compares two strings in PHP. Example. <?php $var1 = "Hello"; $var2 = "Hello"; echo strcmp($var1, $var2);
確定! 回上一頁