Blogger Information
Blog 14
fans 0
comment 0
visits 8309
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
PHP基本语法 - PHP培训九期线上班
海涛
Original
458 people have browsed it
  1. 判断函数

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

  2. 运算符 

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

  3. 赋值运算符

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

  4. 比较运算符

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

  5. 逻辑运算符

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

image.png

image.png

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