上一页 1 ··· 34 35 36 37 38
摘要: http://www.cnblogs.com/lmule/archive/2010/10/15/1852020.html 阅读全文
posted @ 2017-09-12 10:19 仁义礼智信的 阅读(132) 评论(0) 推荐(0) 编辑
摘要: // 正确的写法 $arr = array('name'=>'poly');$sql = "select * from '{$arr['name']}'";var_dump($sql); //错误的写法 $arr = array('name'=>'poly');$sql = "select * fr 阅读全文
posted @ 2017-09-09 11:29 仁义礼智信的 阅读(349) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/water0729/p/5803217.html 阅读全文
posted @ 2017-08-28 14:50 仁义礼智信的 阅读(134) 评论(0) 推荐(0) 编辑
摘要: https://zhidao.baidu.com/question/138501530.html 阅读全文
posted @ 2017-08-24 17:09 仁义礼智信的 阅读(177) 评论(0) 推荐(0) 编辑
摘要: http://www.w3school.com.cn/php/func_math_base_convert.asp 阅读全文
posted @ 2017-08-12 10:05 仁义礼智信的 阅读(380) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/KimBing/article/details/52856499 阅读全文
posted @ 2017-07-02 11:33 仁义礼智信的 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 链接: https://wenku.baidu.com/view/b9232d24dd3383c4bb4cd2c9.html https://wenku.baidu.com/view/ff1566d4844769eae109ed9a.html 阅读全文
posted @ 2017-06-12 17:51 仁义礼智信的 阅读(520) 评论(0) 推荐(0) 编辑
摘要: PHP数组常用函数分类整理 一、数组操作的基本函数数组的键名和值array_values($arr); 获得数组的值array_keys($arr); 获得数组的键名array_flip($arr); 数组中的值与键名互换(如果有重复前面的会被后面的覆盖)in_array("apple",$arr) 阅读全文
posted @ 2017-05-12 10:29 仁义礼智信的 阅读(321) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/churk2012/article/details/51424588 阅读全文
posted @ 2017-05-12 08:00 仁义礼智信的 阅读(114) 评论(0) 推荐(0) 编辑
上一页 1 ··· 34 35 36 37 38