Home >Backend Development >PHP Tutorial > php 资料操作

php 资料操作

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-13 12:50:22979browse

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>
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn