File path: dist/twist/Core/Models/Email/SourceParser.model.php
Namespace: Twist\Core\Models\Email
parseBoundaries
— Parse the decoded boundaries, turn them into a usable data
Name | Description |
---|---|
$arrBoundaries | n/a |
[$blReturnLog = true] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$arrBoundaries = array(0 => 'foo', 1 => 'bar');
$blReturnLog = true;
//Call the function parseBoundaries with the example vars
$resSourceParser = new \Twist\Core\Models\Email\SourceParser();
$resSourceParser -> parseBoundaries($arrBoundaries, $blReturnLog);