1
0
Fork 0
php-coding/4.test1.php

9 lines
178 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$month = date("n");
$today = date("j");
$boo = false;
if ($boo == false) //如果$boo == false即表达式为真成立
echo "true";
else
echo "false"; ?>