1

I can understand the part of ternary operator, still I don't understand the first part where the null is assigned to the $offset variable

$offset = null == $offset ? 0 : $offset;
Carlo
  • 1,184
  • 4
  • 15
  • 31

0 Answers0