• #dev 2018-09-04
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2018-09-04 UTC
# 16:00
Zegnat
Often resources are pointers to things outside of PHP itself. E.g. the resource created with fopen() is just a memory thing pointing to whatever you opened. Meaning you can handle really big files without PHP having to read the entire file into a string.