| Current Path : /home/rtorresani/www/vendor/laminas/laminas-http/src/Header/ |
| 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);
}