我不明白下面的輸出。在php.net手冊的boolean部分找到了以下表達式。 <?php var_dump(0 == 'all');// IS bool(true) var_dump((string)0 == 'all'); ...
確定! 回上一頁