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;
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;