File path: dist/twist/Core/Models/String/Html2Text.model.php
Namespace: Twist\Core\Models\String
toupper
— Strtoupper function with HTML tags and entities handling.
Name | Description |
---|---|
$str | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$str = 'foo';
//Call the function toupper with the example vars
$resHtml2Text = new \Twist\Core\Models\String\Html2Text();
$resHtml2Text -> toupper($str);