03 2018 档案

php新特性 写给自己 我的第一篇blog
摘要:<?php //"php7的特性1";//"nullable(可为空类型)"; function test(): ?string //加了?说明返回类型可以为null string返回类型只能是string { return "this is a staing";} function test1() 阅读全文
posted @ 2018-03-12 00:20 孤竹琉璃 阅读(96) 评论(0) 推荐(0)