PHP Variable Boolean validation

Source: Internet
Author: User

false false false false false false false false TD align= "left" > TD align= "left" > TD align= "left" > TD align= "left" > TD align= "left" > TD align= "left" > TD align= "left" > TD align= "left" >
using PHP functions to $x compare variables
An expression GetType () empty () is_null () isset () boolean : if ($x)
$x = ""; string true false true false
$x = null; null true true false false
var $x; null true true false false
$x was undefined null TRUE TRUE FALSE FALSE
$x = Array (); array true false true false
$x = false; boolean true false true false
$x = true; boolean false true true
$x = 1; integer false true true
$x =; integer false true true
$x = 0; integer true false true false
$x =-1; integer false true true
$x = "1"; string false true true
$x = "0"; string true false true false
$x = "1"; string false true true
$x = "php"; string false true true
$x = "true"; string false true true
$x = "false"; String FALSE FALSE TRUE TRUE

The above is the usual development of the attention, there are questions you can verify the next Kazakhstan welcome

PHP Variable Boolean validation

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.