qi_huang

2021年10月24日

PHP前100个函数

摘要: 排行 函数 频率 平均值 1 count 81.41 % 147.67 2 is_array 77.32 % 117.86 3 substr 74.62 % 142.92 4 in_array 74.16 % 79.55 5 explode 73.19 % 71.51 6 str_replace 7 阅读全文

posted @ 2021-10-24 22:59 qi_huang 阅读(39) 评论(0) 推荐(0) 编辑

TP6数据库操作100个

摘要: //添加数据 Dbname('user')->insert($data); //过滤不存在的字段的值 Dbname('user')->strict(false)->insert($data); //返回新增数据的自增主键 $userId = Dbname('user')->insertGetId($ 阅读全文

posted @ 2021-10-24 22:57 qi_huang 阅读(641) 评论(0) 推荐(0) 编辑

layui数据表格里面前端如何实现行工具操作?

摘要: {include file='public/head'} {include file='public/left'} 诉讼台账添加 {include file='public/bottom'} 阅读全文

posted @ 2021-10-24 22:52 qi_huang 阅读(49) 评论(0) 推荐(0) 编辑

导航