PHPMailer::fixEOL

Advertisement

Summery Summery

Ensure consistent line endings in a string.

Syntax Syntax

PHPMailer::fixEOL( string $str )

Description Description

Changes every end of line from CRLF, CR or LF to $this->LE.

Parameters Parameters

$str

(Required) String to fixEOL

Return Return

(string)

Source Source

File: wp-includes/class-phpmailer.php


			

Advertisement

Advertisement

Leave a Reply