2019年1月15日

laravel 闪存

摘要: https://blog.csdn.net/ckdecsdn/article/details/52083093 阅读全文

posted @ 2019-01-15 15:47 Alex_guoyihao 阅读(217) 评论(0) 推荐(0) 编辑

PHP中判断变量为空的几种方法小结

摘要: isset 主要用来判断变量是否被初始化过empty 可以将值为 "假"、"空"、"0"、"NULL"、"未初始化" 的变量都判断为TRUEis_null 仅把值为 "NULL" 的变量判断为TRUEvar == null 把值为 "假"、"空"、"0"、"NULL" 的变量都判断为TRUEvar 阅读全文

posted @ 2019-01-15 11:40 Alex_guoyihao 阅读(1197) 评论(0) 推荐(0) 编辑

导航