php // false is not equal to true, so this loop won't run even once while( false === true ) : echo 'Hi'; // This code will never run endwhile; ...
確定! 回上一頁