在PHP7,一个新的功能,返回类型声明已被引入。返回类型声明指定的一个函数返回值的类型。

  • int
  • float
  • bool
  • string
  • interfaces
  • array
  • callable
  • 对象实例

参考:https://www.runoob.com/php/php-scalar-return-type.html

相关文章:

  • 2022-01-07
  • 2021-07-29
  • 2022-12-23
  • 2021-06-13
  • 2022-01-07
猜你喜欢
  • 2022-12-23
  • 2022-02-12
  • 2021-11-14
  • 2022-12-23
  • 2022-12-23
  • 2021-09-25
相关资源
相似解决方案