随笔分类 -  php

未来
php保存文件
摘要:function save($db){ //转换合法数组 $inputDb=var_export($db,TRUE); //组合写入字符串 $inputStr=str; //写入文件 file_put_contents('db.php', $inputStr);} 阅读全文

posted @ 2015-04-22 11:36 wuye1200 阅读(101) 评论(0) 推荐(0)

大小写转换
摘要:大小写转换/** * 对关联数组中键名转换大小写处理 * @param [type] $arr 要转换的数组 * @param string $op 必须是CASE_LOWER,CASE_UPPER其中的值,忽略大小写,默认为CASE_LOWER * @return [type] 转... 阅读全文

posted @ 2015-04-08 12:26 wuye1200 阅读(296) 评论(0) 推荐(0)

smarty
摘要://载入核心文件include "./libs/Smarty.class.php";$smarty = new Smarty();//模版目录$smarty->template_dir = "template";//模版目录$smarty->compile_dir = "temp/compile";... 阅读全文

posted @ 2014-06-24 15:44 wuye1200 阅读(151) 评论(0) 推荐(0)

php常用变量
摘要:unset 销毁指定的变量array_unshift 在数组开头插入一个或多个单元var_export 输出或返回一个变量的字符串表示file_put_contents 将一个字符串写入文件rtrimstr_replace 阅读全文

posted @ 2014-04-20 13:07 wuye1200 阅读(161) 评论(0) 推荐(0)

导航