会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
saintdingtheGreat
博客园
首页
新随笔
联系
管理
订阅
2018年11月6日
php数据类型转换
摘要: 关键内置函数 settype() <?php$myname = ".8口径手枪";var_dump((float)$myname);?> 类型强转的例子 <?php$myname = "";var_dump((bool)$myname);echo "<br/>";$hisname = Null;va
阅读全文
posted @ 2018-11-06 19:16 saintdingtheGreat
阅读(99)
评论(0)
推荐(0)
编辑
PHP循环while do while循环
摘要: "; } ?>
阅读全文
posted @ 2018-11-06 01:07 saintdingtheGreat
阅读(499)
评论(0)
推荐(0)
编辑
公告