(PCC)::[How-to-Get-the-length-of-a-string-using-strlen()-function-in-php]::[php]
<!DOCTYPE html> <html> <body> <?php echo strlen("Hello world!"); ?> </body> </html>