Blogger Information
Blog 36
fans 2
comment 0
visits 23644
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
php数据类型和运算符 -- PHP培训9期线上班
Rambo-Yang
Original
452 people have browsed it

一. 判断函数 

is_bool() 判断是否是布尔型

is_int() 判断是否是整型

is_float() 判断是否是浮点型

is_string() 判断是否是字符串

is_null() 判断是否是为空

isset() 判断变量是否有值

empty() 判断变量是否为空

unset() 释放变量

二. 运算符 

+   相加

-    相减

*    相乘

/    相除

%   取余

++   加加

--   减减

.   连接、用在字符串

三. 赋值运算符 

= 赋值

+= 先加,后赋值

-= 先减,后赋值

*= 先乘,后赋值

/= 先除,后赋值

%= 先取余,后赋值

.= 先连接,后赋值

四. 比较运算符 

>大于

>=大于等于

<小于

<=小于等于

==等于

!=不等于

===恒等于

!==恒不等

五. 逻辑运算符

and 和 &&   与

or 和 ||

xor异或

!


手写:

image.pngimage.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