StructuredInterface.php 247 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 <?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(); }