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