File manager - Edit - /home/premiey/www/wp-content/plugins/ameliabooking/vendor/php-http/message/src/Encoding/DechunkStream.php
Back
<?php namespace AmeliaHttp\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 { /** * {@inheritdoc} */ protected function readFilter() { return 'dechunk'; } /** * {@inheritdoc} */ protected function writeFilter() { return 'chunk'; } }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings