摘要: 检查文件file_exists($file);检查文件夹is_dir($dir);输出md5md5($file;输出字符串到文件,如果文件不存在自动则自动创建file_put_contents($file, $outputContent);从文件读内容file_get_contents($file)... 阅读全文
posted @ 2014-09-21 22:25 StuJnX6ry 阅读(130) 评论(0) 推荐(0) 编辑
摘要: PHP Tools for Visual Studio官方:http://www.devsense.com/products/php-tools/截止 2014/09/27 最新版本:1.14.5548BUG ?> 用//注释不掉要注意BOM带来的bug force to remove BOMp... 阅读全文
posted @ 2014-09-21 20:02 StuJnX6ry 阅读(1326) 评论(0) 推荐(0) 编辑
摘要: / 链接数据库$_mysqli = new mysqli();$_mysqli->connect('localhost','root','password','cms');if (mysqli_connect_errno()){ echo 'error:'.mysqli_connect_errn... 阅读全文
posted @ 2014-09-21 19:28 StuJnX6ry 阅读(200) 评论(0) 推荐(0) 编辑