| Current Path : /home/copmadinaarea/drive.copmadinaarea.org/vendor/php-http/message/src/ |
| Current File : /home/copmadinaarea/drive.copmadinaarea.org/vendor/php-http/message/src/filters.php |
<?php
// Register chunk filter if not found
if (!array_key_exists('chunk', stream_get_filters())) {
stream_filter_register('chunk', 'Http\Message\Encoding\Filter\Chunk');
}