PHPMailer::encodeQ

Advertisement

Summery Summery

Encode a string using Q encoding.

Syntax Syntax

PHPMailer::encodeQ( string $str, string $position = 'text' )

Parameters Parameters

$str

(Required) the text to encode

$position

(Optional) Where the text is going to be used, see the RFC for what that means

Default value: 'text'

Return Return

(string)

Source Source

File: wp-includes/class-phpmailer.php


			

Advertisement

Advertisement

Leave a Reply