D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
plib
/
vendor
/
plesk
/
laminas-mail
/
src
/
Header
/
Filename :
StructuredInterface.php
back
Copy
<?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(); }