Home
last modified time | relevance | path

Searched refs:max_line_length (Results 1 – 1 of 1) sorted by relevance

/webtrees/app/Services/
H A DGedcomExportService.php326 public function wrapLongLines(string $gedcom, int $max_line_length): string argument
334 if (mb_strlen($line) > $max_line_length) {
341 $pos = $max_line_length;
352 } while (mb_strlen($line) > $max_line_length);