Get the length of a string - strlen()


SUBMITTED BY: henry1874w

DATE: June 4, 2017, 8:20 p.m.

FORMAT: Text only

SIZE: 96 Bytes

HITS: 272

  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <?php
  5. echo strlen("Hello world!");
  6. ?>
  7. </body>
  8. </html>

comments powered by Disqus