File path: dist/twist/Core/Models/Email/SourceParser.model.php
Namespace: Twist\Core\Models\Email
splitBoundaries
— Split the email source into a multi-dimensional array by boundary ID
Name | Description |
---|---|
$strData | n/a |
[$strBoundary = ''] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strData = 'foo';
$strBoundary = '';
//Call the function splitBoundaries with the example vars
$resSourceParser = new \Twist\Core\Models\Email\SourceParser();
$resSourceParser -> splitBoundaries($strData, $strBoundary);