Ferreteria/v0.6/clade/Sys/InOut/Connx/Stream
Jump to navigation
Jump to search
| ||||||||||||||||||||
About
- Purpose: encapsulates a stream resource
- PHP also lets you create your own resource-types and wrap them with a class (see e.g.
stream_wrapper_register()), and possibly that should be integrated into this at some point.
- PHP also lets you create your own resource-types and wrap them with a class (see e.g.