Open Source Tutorials - Open Source Training
Open source training & tutorials from experienced, passionate people
chrome icon firefox icon ie icon opera icon safari icon Sings in these Browsers
A- A A+

By A Web Design

Welcome, Guest
Username Password: Remember me

Length of a string
(1 viewing) (1) Guest
All your queries regarding
PHP Installation,
Binding Apache-PHP-MySQL,
and tonnes more... will be solved in this forum
  • Page:
  • 1
TOPIC:

Length of a string

Length of a string 1 year, 4 months ago #457

  • patrica
  • OFFLINE
  • Junior Boarder
  • Posts: 28
  • Karma: 0
How do I find the length of a string in PHP?

Re: Length of a string 1 year, 4 months ago #467

  • abott
  • OFFLINE
  • Junior Boarder
  • Posts: 25
  • Karma: 0
In PHP, you can find the length of a string in the following way.

Here is a simple example of how it works:

<?php

$data = "Hello World";
echo strlen($data); //11
?>

And that's all there is to it...
  • Page:
  • 1
Time to create page: 1.15 seconds
OSV Newsletter


Receive HTML?

NOTE: To prevent subscription to the OSV newsletter, uncheck the checkbox above.
Guest Blog for OSV
Free Ebook Download