PHP M题 20221104
admin
2024-01-20 04:19:25
阅读目录
- 基础篇
- PHP7.X 版本新特性摘选
- 1 标量类型声明
- 2 返回值类型声明
- 3 null 合并运算符
- 4 <=> 太空船操作符
- 5 通过 define() 定义常量数组
- 6 整数除法函数 intdiv()
- PHP7.1.X
- 1 可为空(Nullable)类型
- 2 类常量可见性
- 3 短数组语法 Symmetric array destructuring
- 4 list() 现在支持键名
- 5 字符串支持为负数的字符串偏移量
- PHP7.2.x
- 1 允许重写抽象方法(Abstract method)
- PHP7.4.x
相关内容