会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
孤竹琉璃
导航
博客园
首页
新随笔
联系
订阅
管理
公告
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)