mirror of
https://codeberg.org/icewind/streams.git
synced 2026-06-04 00:54:08 +02:00
update readme example
This commit is contained in:
parent
fd996aea9c
commit
37ebfdf0b1
1 changed files with 0 additions and 2 deletions
|
|
@ -21,8 +21,6 @@ use \Icewind\Streams\CallBackWrapper;
|
|||
|
||||
require('vendor/autoload.php');
|
||||
|
||||
stream_wrapper_register('callback', '\Icewind\Streams\CallbackWrapper');
|
||||
|
||||
// get an existing stream to wrap
|
||||
$source = fopen('php://temp', 'r+');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue