phpCopy<?php $mystring = "This is my string"; echo("The string length in bytes is: "); echo(mb_strlen($mystring)); ?>