執行 ❯
獲取您
自己的 PHP
伺服器
×
更改方向
更改主題,深色/淺色
前往 Spaces
<!DOCTYPE html> <html> <body> <?php echo strlen("Hello world!"); ?> <p><b>Note:</b> Whitespaces and exclamation marks are also a part of the string ("HelloWorld" would return 10).</p> </body> </html>
12
注意:
空格和感嘆號也是字串的一部分(例如,"HelloWorld" 將返回 10)。