Introduction to PHP 5 |
|
2024-11-26 |
|
|
38 |
|
|
While streams were introduced in PHP 4, it is in PHP 5 where the full capabilities
of streams can be fully explored.
Changes
- • 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