首頁  >  文章  >  後端開發  >  php 资料操作

php 资料操作

WBOY
WBOY原創
2016-06-13 12:50:22896瀏覽

php 文件操作

ini_set('memory_limit', '-1');        //
ini_set("max_execution_time", "3600"); //设置超时时间

$filep='qq.txt';


$str=file('qq.txt');
 $lineCount = 0;
   foreach( $str AS $line ) {
	   $line = str_replace( "\t", "    ", $line );
        $tr = trim( $line );
	        if ( preg_match( "/\\*|^\*|^ {1,}\*|\/\*|\*\/|^ {1,}\/\/|^\/\//", $line ) || $tr === "" ) {
            continue;
	        }
	        $lineCount++;
	    
        $line = str_replace( "\r", "", $line );
	     $line = str_replace( "\n", "", $line );
	       if($lineCount<br> <div class="clear">
                 
              
              
        
            </div>
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn