TwistPHP Documentation

parseBoundaries

File path: dist/twist/Core/Models/Email/SourceParser.model.php
Namespace: Twist\Core\Models\Email
Extends:

parseBoundariesParse the decoded boundaries, turn them into a usable data

Parameters

Name Type Description
$arrBoundariesarrayn/a
[$blReturnLog = true]booleann/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$arrBoundaries = array(=> 'foo'=> 'bar');
$blReturnLog true;

//Call the function parseBoundaries with the example vars
$resSourceParser = new \Twist\Core\Models\Email\SourceParser();
$resSourceParser -> parseBoundaries($arrBoundaries$blReturnLog);