mirror of
https://codeberg.org/icewind/streams.git
synced 2026-06-03 16:44:07 +02:00
commit
0ef510af5a
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#Streams#
|
# Streams #
|
||||||
|
|
||||||
[](https://travis-ci.org/icewind1991/Streams)
|
[](https://travis-ci.org/icewind1991/Streams)
|
||||||
[](https://coveralls.io/r/icewind1991/Streams?branch=master)
|
[](https://coveralls.io/r/icewind1991/Streams?branch=master)
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
Generic stream wrappers for php.
|
Generic stream wrappers for php.
|
||||||
|
|
||||||
##CallBackWrapper##
|
## CallBackWrapper ##
|
||||||
|
|
||||||
A `CallBackWrapper` can be used to register callbacks on read, write and closing of the stream,
|
A `CallBackWrapper` can be used to register callbacks on read, write and closing of the stream,
|
||||||
it wraps an existing stream and can thus be used for any stream in php
|
it wraps an existing stream and can thus be used for any stream in php
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue