PHP 写文件的例子
摘要:
$contents = "All the content"; $dir = 'c:'; $file_path = $dir . "\\content.txt"; if(is_writable($file_path)) { file_put_contents($file_path , $con... 阅读全文
posted @ 2014-09-03 11:34 狮子座男 阅读(158) 评论(0) 推荐(0)
2014年9月3日 #
posted @ 2014-09-03 11:34 狮子座男 阅读(158) 评论(0) 推荐(0)
2014年8月14日 #
posted @ 2014-08-14 17:12 狮子座男 阅读(907) 评论(0) 推荐(0)
posted @ 2014-08-14 14:27 狮子座男 阅读(1810) 评论(0) 推荐(0)
2014年7月25日 #
posted @ 2014-07-25 14:17 狮子座男 阅读(492) 评论(0) 推荐(0)
2014年7月24日 #
posted @ 2014-07-24 17:18 狮子座男 阅读(1614) 评论(0) 推荐(0)