摘要:
返回一个常量的值 constant('constname'); 阅读全文
摘要:
1. array_multisort(array_column($arr, $key), SORT_DESC, $arr); // 根据二维数组中的某一列对数组进行增序或者降序排列 什么是关联数组呢?关联数组就是"key" => "value"这样的形式 阅读全文
摘要:
阅读全文
摘要:
1. strlen() // 字符串长度 2. strpos(a, b) // 找到从b在a中的位置 阅读全文
摘要:
阅读全文
摘要:
desc table; // 查看表结构命令 阅读全文
摘要:
<input type='number'></input> 阅读全文
摘要:
git branch - m old_name new_name 阅读全文
摘要:
redis-cli开启redis客户端 1. set key value // 设置key-value 2. get key // 获取key 3. delete key [] // 删除key 4. exists key // 判断某个key是否存在 5. exprire key // 延长key 阅读全文
摘要:
阅读全文