一区二区三区在线-一区二区三区亚洲视频-一区二区三区亚洲-一区二区三区午夜-一区二区三区四区在线视频-一区二区三区四区在线免费观看

服務器之家:專注于服務器技術及軟件下載分享
分類導航

PHP教程|ASP.NET教程|Java教程|ASP教程|編程技術|正則表達式|C/C++|IOS|C#|Swift|Android|VB|R語言|JavaScript|易語言|vb.net|

服務器之家 - 編程語言 - PHP教程 - php刪除文本文件中重復行的方法

php刪除文本文件中重復行的方法

2020-09-21 19:46企鵝不笨 PHP教程

這篇文章主要介紹了php刪除文本文件中重復行的方法,涉及php操作文本文件的相關技巧,非常具有實用價值,需要的朋友可以參考下

本文實例講述了php刪除文本文件中重復行的方法。分享給大家供大家參考。具體分析如下:

這個php函數用來刪除文件中的重復行,還可以指定是否忽略大小寫,和指定換行符

?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/**
 * RemoveDuplicatedLines
 * This function removes all duplicated lines of the given text file.
 *
 * @param   string
 * @param   bool
 * @return  string
 */
function RemoveDuplicatedLines($Filepath, $IgnoreCase=false, $NewLine="\n"){
  if (!file_exists($Filepath)){
    $ErrorMsg = 'RemoveDuplicatedLines error: ';
    $ErrorMsg .= 'The given file ' . $Filepath . ' does not exist!';
    die($ErrorMsg);
  }
  $Content = file_get_contents($Filepath);
  $Content = RemoveDuplicatedLinesByString($Content, $IgnoreCase, $NewLine);
  // Is the file writeable?
  if (!is_writeable($Filepath)){
    $ErrorMsg = 'RemoveDuplicatedLines error: ';
    $ErrorMsg .= 'The given file ' . $Filepath . ' is not writeable!'
    die($ErrorMsg);
  }
  // Write the new file
  $FileResource = fopen($Filepath, 'w+');  
  fwrite($FileResource, $Content);   
  fclose($FileResource); 
}
 
/**
 * RemoveDuplicatedLinesByString
 * This function removes all duplicated lines of the given string.
 *
 * @param   string
 * @param   bool
 * @return  string
 */
function RemoveDuplicatedLinesByString($Lines, $IgnoreCase=false, $NewLine="\n"){
  if (is_array($Lines))
    $Lines = implode($NewLine, $Lines);
  $Lines = explode($NewLine, $Lines);
  $LineArray = array();
  $Duplicates = 0;
  // Go trough all lines of the given file
  for ($Line=0; $Line < count($Lines); $Line++){
    // Trim whitespace for the current line
    $CurrentLine = trim($Lines[$Line]);
    // Skip empty lines
    if ($CurrentLine == '')
      continue;
    // Use the line contents as array key
    $LineKey = $CurrentLine;
    if ($IgnoreCase)
      $LineKey = strtolower($LineKey);
    // Check if the array key already exists,
    // if not add it otherwise increase the counter
    if (!isset($LineArray[$LineKey]))
      $LineArray[$LineKey] = $CurrentLine;   
    else       
      $Duplicates++;
  }
  // Sort the array
  asort($LineArray);
  // Return how many lines got removed
  return implode($NewLine, array_values($LineArray)); 
}

使用范例:

?
1
2
3
4
5
6
7
8
9
10
11
12
13
// Example 1
// Removes all duplicated lines of the file definied in the first parameter.
$RemovedLinesCount = RemoveDuplicatedLines('test.txt');
print "Removed $RemovedLinesCount duplicate lines from the test.txt file.";
// Example 2 (Ignore case)
// Same as above, just ignores the line case.
RemoveDuplicatedLines('test.txt', true);
// Example 3 (Custom new line character)
// By using the 3rd parameter you can define which character
// should be used as new line indicator. In this case
// the example file looks like 'foo;bar;foo;foo' and will
// be replaced with 'foo;bar'
RemoveDuplicatedLines('test.txt', false, ';');

希望本文所述對大家的php程序設計有所幫助。

延伸 · 閱讀

精彩推薦
主站蜘蛛池模板: 女同69式互添在线观看免费 | 美女张开腿让男人桶的 视频 | 亚洲精品一区在线观看 | 92国产福利久久青青草原 | 日韩高清在线免费看 | a色在线| 亚洲一级片在线播放 | 四虎影视884aa·com | 边吃胸边膜下刺激免费男对女 | 精品在线小视频 | 国产午夜精品一区二区三区 | 香蕉eeww99国产精选播放 | 国产成人精品视频午夜 | 男人使劲躁女人小视频 | 欧美国产日本精品一区二区三区 | 99任你躁精品视频 | 91专区 | 423hk四虎 | 99这里精品 | 天堂在线看 | 91.prom在线观看国产 | 精品视频免费在线观看 | 成年人在线观看视频 | 日韩欧美一区黑人vs日本人 | 逼123| 天堂va在线| 精品午夜中文字幕熟女人妻在线 | 四虎影视库永久在线地址 | videosxxxx老女人| 国产精品久久久天天影视香蕉 | 午夜福利理论片高清在线 | 国产成人精品午夜视频' | 高清在线观看免费入口 | 久久99精品国产自在自线 | 成人看的羞羞视频免费观看 | free性丰满hd性欧美厨房 | 国产在线91 | 美女扒下内裤让男人桶的图片 | 白丝憋尿| 好大用力深一点视频 | 国产精品色爱综合网 |