Your IP : 216.73.216.43


Current Path : /var/www/www.indacotrentino.com/www/vendor/laminas/laminas-mail/src/Header/
Upload File :
Current File : /var/www/www.indacotrentino.com/www/vendor/laminas/laminas-mail/src/Header/StructuredInterface.php

<?php

namespace Laminas\Mail\Header;

interface StructuredInterface extends HeaderInterface
{
    /**
     * Return the delimiter at which a header line should be wrapped
     *
     * @return string
     */
    public function getDelimiter();
}