This commit is contained in:
as2252258@163.com
2021-08-28 02:38:01 +08:00
parent 240996c13c
commit fc2f13b519
+1
View File
@@ -182,6 +182,7 @@ trait Message
#[Pure] public function getHeaderLine($name): string|null
{
if ($this->hasHeader($name)) {
var_dump($this->headers);
return implode(';', $this->headers[$name]);
}
return null;