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,144
  • 4
  • 14
  • 30

0 Answers0