Boolean is the simplest data type in PHP. It holds either true or false. To specify a boolean, you can use constants true and false (Both are case-insensitive).
確定! 回上一頁