• #dev 2019-03-22
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2019-03-22 UTC
# 19:07
Zegnat
!tell jeremycherfas For future reference: empty() actually includes the isset() check, which means you can always use that. According to the PHP manual: “empty() is essentially the concise equivalent to !isset($var) || $var == false”. (Note that $var == false takes care of the null case.)