Blogger Information
Blog 13
fans 1
comment 0
visits 8036
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
第十二天 判断函数 运算符 赋值运算符 比较运算符 逻辑运算符-第九期线上
云外
Original
570 people have browsed it

is_bool()    判断是否是布尔型    is_int()    判断是否是整型    is_float()    判断是否是浮点型    is_string()    判断是否是字符串    is_null()    判断是否是为空    isset()    判断变量是否有值    empty()    判断变量是否为空    unset()    释放变量    

+    相加    -    相减    *    相乘    /    相除    %    取余    ++    加加    --    减减    .    连接、用在字符串    

=    赋值    +=    先加,后赋值    -=    先减,后赋值    *=    先乘,后赋值    /=    先除,后赋值    %=    先取余,后赋值    .=    先连接,后赋值    

>    大于    >=    大于等于    <    小于    <=    小于等于    ==    等于    !=    不等于    ===    恒等于    !==    恒不等    

and 和 &&    与    or 和 ||    或    xor    异或    !    非    

php1.JPG

Correcting teacher:查无此人查无此人

Correction status:qualified

Teacher's comments:完成的不错。
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post