TwistPHP Documentation

strtoupper

File path: dist/twist/Core/Models/String/Html2Text.model.php
Namespace: Twist\Core\Models\String
Extends:

strtoupperStrtoupper multibyte wrapper function with HTML entities handling.

Parameters

Name Type Description
$strstringn/a

Return Values

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

Example

<?php
//Set the variables for the example
$str 'foo';

//Call the function strtoupper with the example vars
$resHtml2Text = new \Twist\Core\Models\String\Html2Text();
$resHtml2Text -> strtoupper($str);