介绍php7.3到php7.4新特性1、对象属性现在支持类型申明<?phpclass User { public int $id; public string $name;}?>上列例子中将会强制转化$id为integer类型,$name为字符串类型推荐(免费): 1