1.打开文件
'; echo date(y-m-d h:i:s,$file_info['atime']) . '
'; echo date(y-m-d h:i:s,$file_info['ctime']) . '
';}else{ echo'打开文件失败';}fclose($fp);echo filemtime($file_path) . '
';echo fileatime($file_path) . '
';echo filectime($file_path) . '
';
2.读文件
$con = str_replace(\r\n,
,$con); echo$con;}else{ echo'文件不存在';}fclose($fp);*///**********第二种读取方式**********/*$con = file_get_contents($file_path);$con = str_replace(\r\n,
,$con);echo$con;*///**********第三种读取方式,循环读取,对付大文件**********$fp = fopen($file_path,'r');//我们设置一次读取1024个字节$buffer = 1024;//一边读,一边判断是否到达文件末尾while(!feof($fp)){ $str = fread($fp,$buffer); echo$str;}fclose($fp);
').addclass('pre-numbering').hide(); $(this).addclass('has-numbering').parent().append($numbering); for (i = 1; i ').text(i)); }; $numbering.fadein(1700); }); }); 以上就介绍了83 php文件,包括了方面的内容,希望对php教程有兴趣的朋友有所帮助。