Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 353 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 353 Bytes

streams-exercises

View a branch for code using PHP streams and filters

  1. usage-examples - various ways of using streams and filters
  2. socket-server - example of writing socket servers and clients with streams
  3. custom-stream - example of writing your own custom stream
  4. custom-filter - example of writing your own custom filter