PHP 8.2.30
Preview: DechunkStream.php Size: 386 B
/home/byroehnu/easetack.com/vendor/php-http/message/src/Encoding/DechunkStream.php

<?php

namespace Http\Message\Encoding;

/**
 * Decorate a stream which is chunked.
 *
 * Allow to decode a chunked stream
 *
 * @author Joel Wurtz <joel.wurtz@gmail.com>
 */
class DechunkStream extends FilteredStream
{
    protected function readFilter(): string
    {
        return 'dechunk';
    }

    protected function writeFilter(): string
    {
        return 'chunk';
    }
}

Directory Contents

Dirs: 1 × Files: 9

Name Size Perms Modified Actions
Filter DIR
- drwxrwxrwx 2025-05-16 16:14:48
Edit Download
518 B lrw-rw-rw- 2024-10-02 11:34:13
Edit Download
909 B lrw-rw-rw- 2024-10-02 11:34:13
Edit Download
386 B lrw-rw-rw- 2024-10-02 11:34:13
Edit Download
913 B lrw-rw-rw- 2024-10-02 11:34:13
Edit Download
759 B lrw-rw-rw- 2024-10-02 11:34:13
Edit Download
5.55 KB lrw-rw-rw- 2024-10-02 11:34:13
Edit Download
932 B lrw-rw-rw- 2024-10-02 11:34:13
Edit Download
930 B lrw-rw-rw- 2024-10-02 11:34:13
Edit Download
909 B lrw-rw-rw- 2024-10-02 11:34:13
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).