代码示例:(标识:demo_php_datatypes_length)
<!DOCTYPE html>
<html>
<body>

<?php
echo strlen("Hello world!");
?>  
  
</body>
</html>
运行结果: