While streams were introduced in PHP 4, it is in PHP 5 where the full capabilities
of streams can be fully explored.
- Nearly all functions that work with opening files/urls/sockets support contexts
- A number of built-in filters
- Can define new streams and filters in userspace
- Stream server support