Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagephp
$str = "This is a string that needs to " .
    "wrap onto another line.";

...