It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rh开发者_开发问答etorical andcannot be reasonably answered in its current form.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rh开发者_开发问答etorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
in a PHP if statement. is a number greater than or equal to false?
For example:
if(5743 <= FALSE) {
echo 'it is true!';
}
else {
echo 'it is false!';
}
精彩评论