Wrappers are...
- • objects that link streams into the filesystem layer of PHP.
- • named after the fopen wrapper functions from earlier releases.
- • often mistaken for streams and vice versa.
You need to implement a wrapper if you want to...
- •
fopen() or include() custom streams or protocols.
- •
opendir() or stat() paths and files in your
custom protocol.