testAddressSplittingNative()
testAddressSplittingNative(string $addrstr, array $expected, string $charset = null) : mixed
Test RFC822 address splitting using the PHPMailer native implementation with the Mbstring extension available.
Parameters
string | $addrstr | The address list string. |
array | $expected | The expected function output. |
string | $charset | Optional. The charset to use. |