Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/laminas/laminas-http/src/Header/
Upload File :
Current File : //home/rtorresani/www/vendor/laminas/laminas-http/src/Header/MultipleHeaderInterface.php

<?php

namespace Laminas\Http\Header;

interface MultipleHeaderInterface extends HeaderInterface
{
    public function toStringMultipleHeaders(array $headers);
}