php创建文件
<?php $counter_file = 'aa.txt ';//文件名及路径,在当前目录下新建aa.txt文件 $fopen = fopen($counter_file, 'wb ');//新建文件命令 fputs($fopen, 'aaaaaa ');//向文件中写入内容; fclose($fopen); ?>
相关推荐
mathchao 2020-10-28
dabian 2020-09-07
xiaoxue 2020-06-16
FCLAMP 2020-05-27
FCLAMP 2020-05-08
Crazyshark 2019-11-04
playlinuxxx 2010-09-03
liangds 2011-07-15
MXstudying 2019-07-12
左转有出口 2015-09-08
至善至美 2019-07-11
ahxxx 2019-06-30
MXstudying 2019-06-30
resilient 2019-06-27
微麦PHP 2019-06-21
PpikachuP 2019-06-21
UESTC 2011-03-10
Jiajinjin 2016-11-28