严格类型
可以声明严格模式
declare(strict_type=1); //php7.0+
可以规定参数等的数据类型,就和c++那样了。
首页
我的博客
粤ICP备17103704号