fork(6) download
  1. <?php
  2.  
  3. print "Lungimea <br />\n";
  4.  
  5. $s = "acesta este un text";
  6. $sir = "stiu PHP stiu HTML stiu CSS";
  7.  
  8. # ce lungime are sirul? (numarul de caractere)
  9. print strlen( $s ); // 19
  10.  
  11. ?>
Success #stdin #stdout 0.02s 13064KB
stdin
Standard input is empty
stdout
Lungimea <br />
19