php函数名后冒号(:)+数据类型(返回值类型限制/php新特性)
时间:2021-01-04 11:18:11
收藏:0
阅读:0
php函数名后冒号(:)+数据类型(返回值类型限制/php新特性)
在PHP7,一个新的功能,返回类型声明已被引入。返回类型声明指定的一个函数返回值的类型。
- int
- float
- bool
- string
- interfaces
- array
- callable
- 对象实例
评论(0)