Answers for "multiple line in php"

PHP
6

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 "multiple line in php"

Browse Popular Code Answers by Language