--- fenglin/lib/str_process.inc.php 2025/04/23 05:13:57 1.16 +++ fenglin/lib/str_process.inc.php 2025/04/29 11:55:32 1.18 @@ -38,7 +38,7 @@ function split_line(string $str, string { return $str; } - + $result = ""; $len = strlen($str); $prefix_len = str_length($prefix); @@ -56,7 +56,7 @@ function split_line(string $str, string { continue; } - + if ($c == "\n") { if ($lines_count + 1 >= $lines_limit) @@ -127,4 +127,3 @@ function split_line(string $str, string return $result; } -?>