any idea how if the following is possible in PHP as a single line ?:
... It doesn
@Scott Reynen
that's not true. This will work:
list(,,$thirdElement) = $myArray;