Answers for "php best way to whrote multiple lines sting"

PHP
7

php multiple line string

//use EOD function for multiple line variable
$variable=<<<EOD
  this is line1
  this is line2
  EOD;
Posted by: Guest on June-09-2020

Code answers related to "php best way to whrote multiple lines sting"

Browse Popular Code Answers by Language