File path: dist/twist/Core/Models/String/SyntaxHighlight.model.php
Namespace: Twist\Core\Models\String
explodeLines
— Explode the highlighted code that has been returned, fix any unclosed/unopened tags
Name | Description |
---|---|
$strCode | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strCode = 'foo';
//Call the function explodeLines with the example vars
\Twist\Core\Models\String\SyntaxHighlight::explodeLines($strCode);