PHPMailer::utf8CharBoundary

Advertisement

Summery Summery

Find the last character boundary prior to $maxLength in a utf-8 quoted-printable encoded string.

Syntax Syntax

PHPMailer::utf8CharBoundary( string $encodedText, integer $maxLength )

Description Description

Original written by Colin Brown.

Parameters Parameters

$encodedText

(Required) utf-8 QP text

$maxLength

(Required) Find the last character boundary prior to this length

Return Return

(integer)

Source Source

File: wp-includes/class-phpmailer.php


			

Advertisement

Advertisement

Leave a Reply